We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb85307 + 79c0c22 commit a832654Copy full SHA for a832654
Dockerfile
@@ -10,8 +10,8 @@ RUN apk add --no-cache python3 make g++
10
# Copy package files
11
COPY package.json yarn.lock ./
12
13
-# Install dependencies
14
-RUN yarn install --frozen-lockfile
+# Install dependencies (increased timeout for slow networks/ARM64 builds)
+RUN yarn install --frozen-lockfile --network-timeout 600000
15
16
# Copy source code
17
COPY . .
0 commit comments