diff --git a/Dockerfile b/Dockerfile index 4617ddc1b..ac9a1f760 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN git checkout -b release \ RUN yarn config set registry $VERDACCIO_URL WORKDIR /app RUN cd /app \ + && yarn config set network-timeout 600000 -g \ && yarn create nocobase-app my-nocobase-app -a -e APP_ENV=production \ && cd /app/my-nocobase-app \ && yarn install --production