chore: remove corepack in dockerfile

This commit is contained in:
johnnyjoy 2025-02-03 17:50:33 +08:00
parent f25acfe8e2
commit 03189ee3b2

View File

@ -6,8 +6,8 @@ COPY . .
WORKDIR /frontend-build/web
RUN corepack enable && pnpm i --frozen-lockfile
RUN npm install -g pnpm
RUN pnpm i --frozen-lockfile
RUN pnpm build
# Build backend exec file.