fix front end build

This commit is contained in:
2020-12-04 23:25:07 +11:00
parent f4c9ef39d3
commit 3094bf3d44
+1 -1
View File
@@ -6,7 +6,7 @@ WORKDIR /app
COPY . /app
RUN apk update \
&& apk add --no-cache git \
&& apk add --no-cache git python\
&& npm ci \
&& npm run generate