Skip to content

Commit

Permalink
🔧 Update Dockerfile to use global pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte2036 committed Feb 12, 2025
1 parent 75b7aee commit 6d02920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN npm install -g pnpm@8.15.5
COPY . /app
WORKDIR /app

Expand Down

0 comments on commit 6d02920

Please # to comment.