From d3d84eb5c0970557bc0f4ccb6b8c840d52b8b0ca Mon Sep 17 00:00:00 2001 From: binaryify Date: Thu, 26 Oct 2023 17:55:44 +0800 Subject: [PATCH] =?UTF-8?q?update:=20dockerfile=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 493a563..e8ffa26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /app COPY --chown=node:node . ./ -RUN yarn +RUN yarn --network-timeout=100000 EXPOSE 3000