Skip to content

Commit

Permalink
build: increase network timeout for frontend build for arm64 build (see
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Dec 6, 2022
1 parent 9624cb6 commit 625aed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV GIT_COMMIT_HASH=${GIT_COMMIT_HASH} \

WORKDIR /app
COPY yarn.lock package.json ./
RUN yarn --frozen-lockfile
RUN yarn --frozen-lockfile --network-timeout 1000000

COPY lit-localize.json \
postcss.config.js \
Expand Down

0 comments on commit 625aed4

Please sign in to comment.