Skip to content

Commit

Permalink
ci: updated Dockerfile to install latest version of corepack to ensur…
Browse files Browse the repository at this point in the history
…e to have the right version to pnpm
  • Loading branch information
BaptisteCDC authored Feb 11, 2025
1 parent fbf1d46 commit c88938c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ WORKDIR /app
# Install dependencies (this step is cached as long as the dependencies don't change)
COPY package.json pnpm-lock.yaml ./

RUN npm install -g corepack@latest

RUN corepack enable pnpm && pnpm install

# Copy the rest of your app's source code
Expand Down

0 comments on commit c88938c

Please sign in to comment.