diff --git a/Dockerfile b/Dockerfile index 812de234738a2970b09d26a3838dc3f1bdae0aa2..e80dad2870d3f917b38aa6b4ea655377bf808738 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /build COPY . . RUN mkdir public/js RUN mkdir public/css -RUN yarn install +RUN yarn install --network-timeout 1000000 RUN yarn compile # |--------------------------------------------------------------------------