Skip to content

Commit

Permalink
network-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadeo committed Nov 12, 2024
1 parent cb79c53 commit 28e9eab
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 @@ -20,7 +20,7 @@ RUN /root/.cargo/bin/uv pip install --no-cache -r requirements.txt
FROM node:16 AS frontend
WORKDIR /app
COPY frontend/package.json frontend/yarn.lock ./frontend/
RUN cd frontend && yarn install
RUN cd frontend && yarn install --network-timeout 500000
COPY frontend ./frontend
RUN cd frontend && yarn build

Expand Down

0 comments on commit 28e9eab

Please sign in to comment.