From 5ebb9f419672cd2c23dd3b512d1624b1b1e3fef0 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 11 Apr 2021 17:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 0ed133c8..4d348db1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -73,5 +73,6 @@ COPY --from=build /ql/node_modules /ql/node_modules/ RUN cd ${QL_DIR} \ && yarn build \ && yarn build-back \ - && yarn install --production --network-timeout 100000 + && yarn install --production --network-timeout 100000 \ + && yarn cache clean ENTRYPOINT ["entrypoint"] \ No newline at end of file