build fix

This commit is contained in:
2021-01-25 14:38:59 +11:00
parent 0bf22b33b1
commit 8d1646abf1
+1 -1
View File
@@ -7,7 +7,7 @@ COPY . /app
RUN apk update \
&& apk add --no-cache git python alpine-sdk\
&& npm install --production \
&& npm install --ci \
&& npm run build
CMD [ "npm", "start" ]