Skip to content

Commit

Permalink
use npm to install specific pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed Jul 13, 2024
1 parent adc4b3f commit 844eec1
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-bullseye AS builder
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN npm install -g [email protected]
COPY . /app
WORKDIR /app
RUN pnpm --filter=ontime-ui --filter=ontime-server --filter=ontime-utils install --config.dedupe-peer-dependents=false --frozen-lockfile
Expand Down

0 comments on commit 844eec1

Please sign in to comment.