From 8d1646abf19322ccfff617c5d71f8da9a371e39c Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Mon, 25 Jan 2021 14:38:59 +1100 Subject: [PATCH] build fix --- www/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/Dockerfile b/www/Dockerfile index 4784f13..c6d6aa0 100644 --- a/www/Dockerfile +++ b/www/Dockerfile @@ -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" ]