Fix frontend build

This commit is contained in:
2020-12-04 23:40:37 +11:00
parent c1df7d6969
commit 1283dd3d15
+1 -1
View File
@@ -6,7 +6,7 @@ WORKDIR /app
COPY . /app
RUN apk update \
&& apk add --no-cache git python make\
&& apk add --no-cache git python alpine-sdk\
&& npm ci \
&& npm run generate