Skip to content

Commit

Permalink
add context for timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Apr 27, 2021
1 parent 202d70d commit a65d15b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -14,6 +14,7 @@ USER node

RUN cp /project/app/.env.sample /project/app/.env \
&& yarn --network-timeout 100000
# network timeout added to fix an issue with build on arm64 arch https://github.com/yarnpkg/yarn/issues/4890

USER root
RUN chown -R node .
Expand Down

0 comments on commit a65d15b

Please sign in to comment.