diff --git a/Dockerfile b/Dockerfile index f03e082..7ce0b82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN apk --no-cache add shadow \ WORKDIR /usr/src/app COPY package.json yarn.lock ./ -RUN yarn +RUN yarn --network-timeout 300000 COPY . ./ ENV NODE_ENV=production