From 1437c975ef37867595f2f0e26d307dc6bcce1c4c Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 12 May 2021 10:19:59 +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, 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 6df86183..5c95553b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -34,9 +34,6 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && chmod 777 ${QL_DIR}/docker/*.sh \ && npm install -g pm2 \ && rm -rf /root/.npm \ - && yarn install --network-timeout 100000 \ - && yarn build \ - && yarn build-back \ && yarn install --production --network-timeout 100000 \ && yarn cache clean ENTRYPOINT ["./docker/docker-entrypoint.sh"] \ No newline at end of file