Skip to content

Commit

Permalink
Update docker image to use pnpm version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrising committed Jul 26, 2024
1 parent e1509bc commit daa5a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
FROM node:20-slim AS web-builder
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack use [email protected]
RUN corepack enable

WORKDIR /build
Expand Down

0 comments on commit daa5a88

Please sign in to comment.