Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Jun 28, 2024
1 parent 5d430db commit 471347c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 471347c

Please sign in to comment.