diff --git a/Dockerfile b/Dockerfile index e6908dc..2f695ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,6 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg |\ WORKDIR /srv COPY . /srv -RUN yarn install --frozen-lockfile && yarn build --no-progress +RUN yarn install --frozen-lockfile --network-timeout 1000000 && yarn build --no-progress CMD yarn start