Skip to content

Commit a262fd3

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Migrate to vite
1 parent 0c7429e commit a262fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ FROM node:22-alpine AS deps
33

44
WORKDIR /app
55

6-
COPY pnpm-lock.yaml ./
6+
COPY pnpm-lock.yaml package.json ./
77

88
# Increase timeout for slow QEMU arm64 builds
99
# https://github.com/nodejs/docker-node/issues/1335
10-
RUN corepack enable && pnpm --network-timeout 1000000
10+
RUN corepack enable && pnpm i
1111

1212
# Rebuild the source code only when needed
1313
FROM node:22-alpine AS builder

0 commit comments

Comments
 (0)