From 1221b47eca14f90caa3ef37fe169acf6060049a3 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 30 Jan 2022 14:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index d9743bc0..f744d75f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,6 +19,7 @@ RUN git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \ && chmod 777 ${QL_DIR}/shell/*.sh \ && chmod 777 ${QL_DIR}/docker/*.sh \ && cp -rf /node_modules ./ \ + && rm -rf /node_modules \ && pnpm install --prod \ && rm -rf /root/.pnpm-store \ && git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static \