We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee37b44 commit b121e01Copy full SHA for b121e01
Dockerfile
@@ -2,7 +2,7 @@
2
FROM node:20-slim AS frontend-builder
3
WORKDIR /app/web
4
# 开启 pnpm 支持
5
-corepack enable
+RUN corepack enable
6
COPY web/package.json web/pnpm-lock.yaml ./
7
RUN pnpm install
8
COPY web/ .
0 commit comments