From d7358a29e78c2c24ab758c824d5dfdf75f32cf01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E7=8E=89?=
Date: Tue, 17 Jan 2023 08:24:09 +0000
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'web/Dockerfile'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
web/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/Dockerfile b/web/Dockerfile
index e8abd65..5e0df97 100644
--- a/web/Dockerfile
+++ b/web/Dockerfile
@@ -6,7 +6,7 @@ EXPOSE 8080
RUN npm config set registry=http://10.8.30.22:7000
RUN npm cache clean -f
#RUN npm install -g node-gyp
-#RUN rm -rf package-lock.json
+RUN rm -rf package-lock.json
RUN npm install --registry http://10.8.30.22:7000
RUN npm run build
RUN rm -rf client/src