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