Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Add pnpm to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gharbat committed Dec 17, 2023
1 parent 2d6ff08 commit 041352b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
# Install corepack and pnpm
RUN corepack enable
# Dependencies image
RUN corepack prepare pnpm@8.7.0 --activate
FROM base AS deps

# Add libc6-compat if necessary for your application
Expand Down

0 comments on commit 041352b

Please sign in to comment.