From c810c1ad108fefb49cd0b555cc12b3fc59d357bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A1=BE=E9=A3=8E?= <51695264+q4w5e6@users.noreply.github.com> Date: Tue, 23 Mar 2021 00:25:17 +0800 Subject: [PATCH] fix --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 3f01ea63c36..441f3419aee 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,7 +20,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && git clone -b ${JD_BASE_BRANCH} ${JD_BASE_URL} ${JD_DIR} \ && cd ${JD_DIR} \ && cp -f .env.example .env \ - && yarn --network-timeout 100000 + && yarn install --network-timeout 100000 FROM node:lts-alpine LABEL maintainer="whyour" ARG JD_BASE_URL=https://github.com.cnpmjs.org/whyour/qinglong @@ -75,4 +75,4 @@ RUN cd ${JD_DIR} \ && npm install -g pm2 \ && rm -rf /root/.npm WORKDIR ${JD_DIR} -ENTRYPOINT bash ${JD_DIR}/docker/docker-entrypoint.sh \ No newline at end of file +ENTRYPOINT bash ${JD_DIR}/docker/docker-entrypoint.sh