Skip to content

Commit

Permalink
increase yarn timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed May 21, 2024
1 parent 015433a commit 346881e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM uselagoon/node-20-builder:latest as builder

COPY . /app/

RUN yarn install

RUN yarn install --network-timeout 1000000

# Node service image
FROM uselagoon/node-20:latest
Expand All @@ -28,4 +27,4 @@ ENV GRAPHQL_API=$GRAPHQL_API
RUN yarn run build

EXPOSE 3000
CMD ["yarn", "start"]
CMD ["yarn", "start"]

0 comments on commit 346881e

Please sign in to comment.