From f50652af83264fbe0e6d1906a730cbef330f1eaf Mon Sep 17 00:00:00 2001 From: John Smith Date: Sat, 28 Nov 2020 23:50:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4package-lock.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82bc1a22..a8758ae4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN pip3 install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple -r r # 前端依赖 WORKDIR ./frontend -COPY frontend/package.json frontend/package-lock.json ./ +COPY frontend/package.json ./ RUN npm i --registry=https://registry.npm.taobao.org # 编译前端