Skip to content

Commit

Permalink
pnpm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSCar committed Feb 5, 2025
1 parent 4cc6d8e commit 5b21771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:20-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN corepack prepare [email protected] --activate
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
Expand Down

0 comments on commit 5b21771

Please sign in to comment.