Skip to content

Commit

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

RUN corepack prepare [email protected] --activate

COPY . /app
WORKDIR /app

Expand Down

0 comments on commit a4e26af

Please sign in to comment.