From 471347ca3f027a4f576b021f59592cf4317f8319 Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Fri, 28 Jun 2024 08:05:13 +0200 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0fa3a18..cbb32a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:15.5.1-alpine3.12 as frontend +FROM node:15.5.1-alpine3.12 AS frontend COPY . /app RUN apk add --update python3 make gcc g++ RUN cd /app/controller/web/template && npm install && npm run build