We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
amd64
arm64
1 parent cdcea54 commit c245230Copy full SHA for c245230
Dockerfile
@@ -8,8 +8,8 @@ WORKDIR /app
8
COPY . /app
9
10
# Install app dependencies and build the application
11
-RUN cd core && rm -f ./src/output/wallets.json && yarn install && yarn script.createWallets && yarn build && cd ..
12
-RUN cd cli && yarn install && yarn build && cd ..
+RUN cd core && rm -f ./src/output/wallets.json && yarn install --network-timeout 1000000 && yarn script.createWallets && yarn build && cd ..
+RUN cd cli && yarn install --network-timeout 1000000 && yarn build && cd ..
13
14
# Use an official Node runtime as a parent image for the runtime stage
15
FROM node:16 as runtime
0 commit comments