Skip to content

Commit

Permalink
install latest corepack version
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarion committed Feb 7, 2025
1 parent 44039ee commit 0fc98f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM node:20-slim AS base
FROM node:22-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
COPY . /app
WORKDIR /app
RUN corepack enable
RUN corepack prepare --activate

FROM base AS prod-deps
RUN apt-get update -y && apt-get install -y openssl
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@10.2.1"
"packageManager": "pnpm@9.15.0"
}

0 comments on commit 0fc98f4

Please sign in to comment.