Skip to content

Commit

Permalink
disanle corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
avni-work committed Feb 5, 2025
1 parent a4e26af commit d8960ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions strr-examiner-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:20-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable

RUN corepack prepare [email protected] --activate
RUN corepack disable
RUN npm install -g pnpm@9
# RUN corepack prepare [email protected] --activate

COPY . /app
WORKDIR /app
Expand Down

0 comments on commit d8960ab

Please sign in to comment.