We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91b6b5 commit ed0a7edCopy full SHA for ed0a7ed
1 file changed
Dockerfile
@@ -5,7 +5,9 @@ ARG APP_ENV
5
FROM node:24.14.1-slim@sha256:b506e7321f176aae77317f99d67a24b272c1f09f1d10f1761f2773447d8da26c AS base
6
ENV PNPM_HOME="/pnpm"
7
ENV PATH="$PNPM_HOME:$PATH"
8
+ENV CI=true
9
RUN corepack enable
10
+RUN corepack install -g pnpm@10.33.2
11
12
FROM base AS packages
13
COPY . /usr/src/app
0 commit comments