Commit 03189ee3 authored by johnnyjoy's avatar johnnyjoy

chore: remove corepack in dockerfile

parent f25acfe8
...@@ -6,8 +6,8 @@ COPY . . ...@@ -6,8 +6,8 @@ COPY . .
WORKDIR /frontend-build/web WORKDIR /frontend-build/web
RUN corepack enable && pnpm i --frozen-lockfile RUN npm install -g pnpm
RUN pnpm i --frozen-lockfile
RUN pnpm build RUN pnpm build
# Build backend exec file. # Build backend exec file.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment