update the web Dockerfile

This commit is contained in:
Byron Wang 2026-02-12 16:25:52 +08:00
parent 24ecc3e558
commit 1b64f642e6
No known key found for this signature in database
GPG Key ID: 335E934E215AD579

View File

@ -26,7 +26,7 @@ COPY package.json pnpm-lock.yaml /app/web/
# Use packageManager from package.json
RUN corepack install
RUN pnpm install --frozen-lockfile --prod
RUN pnpm install --frozen-lockfile
# build resources
FROM base AS builder