We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7429e commit a262fd3Copy full SHA for a262fd3
frontend/Dockerfile
@@ -3,11 +3,11 @@ FROM node:22-alpine AS deps
3
4
WORKDIR /app
5
6
-COPY pnpm-lock.yaml ./
+COPY pnpm-lock.yaml package.json ./
7
8
# Increase timeout for slow QEMU arm64 builds
9
# https://github.com/nodejs/docker-node/issues/1335
10
-RUN corepack enable && pnpm --network-timeout 1000000
+RUN corepack enable && pnpm i
11
12
# Rebuild the source code only when needed
13
FROM node:22-alpine AS builder
0 commit comments