We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fef7ff commit 0c7429eCopy full SHA for 0c7429e
frontend/Dockerfile
@@ -3,7 +3,7 @@ FROM node:22-alpine AS deps
3
4
WORKDIR /app
5
6
-COPY pnpm-lock.json ./
+COPY pnpm-lock.yaml ./
7
8
# Increase timeout for slow QEMU arm64 builds
9
# https://github.com/nodejs/docker-node/issues/1335
0 commit comments