Skip to content

Commit

Permalink
remove timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 26, 2023
1 parent 94c7996 commit 81b74f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yarn --version && \
yarn config delete https-proxy && \
yarn config set registry 'http:https://registry.npmjs.org' && \
yarn config list && \
yarn install --network-timeout 300000
yarn install
COPY frontend/ ./
RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist

Expand Down

0 comments on commit 81b74f7

Please sign in to comment.