diff --git a/Dockerfile b/Dockerfile index dffba49f..d8084bc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /usr/src/app # Install app dependencies COPY package.json /usr/src/app/ COPY yarn.lock /usr/src/app/ -RUN yarn --production=true +RUN yarn --network-timeout 1000000 --production=true RUN yarn add cross-env # Bundle app source