Skip to content

Commit

Permalink
chore: remove corepack in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyjoygh committed Feb 3, 2025
1 parent f25acfe commit 03189ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 03189ee

Please # to comment.