Skip to content

Commit

Permalink
Increase network timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Haals <[email protected]>
  • Loading branch information
jhaals committed Mar 3, 2023
1 parent b143b86 commit f5d2ccc
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 @@ -7,7 +7,7 @@ RUN go build ./cmd/yopass && go build ./cmd/yopass-server
FROM node:16 as website
COPY website /website
WORKDIR /website
RUN yarn install && yarn build
RUN yarn install --network-timeout 600000 && yarn build

FROM gcr.io/distroless/base
COPY --from=app /yopass/yopass /yopass/yopass-server /
Expand Down

0 comments on commit f5d2ccc

Please sign in to comment.