Skip to content

Commit cf110f2

Browse files
committed
Revert "fix(docker): use confirm-modules-purge flag instead of CI=true"
This reverts commit 73dc6ed.
1 parent 73dc6ed commit cf110f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM --platform=$BUILDPLATFORM node:25.9.0-alpine AS node
33

44
RUN npm install -g --force corepack && corepack enable
55

6+
ENV CI=true
7+
68
WORKDIR /build
79

810
# Install dependencies from lock file
@@ -11,7 +13,7 @@ RUN pnpm fetch --ignore-scripts --no-optional
1113

1214
# Copy package.json and install dependencies
1315
COPY package.json ./
14-
RUN pnpm install --offline --ignore-scripts --no-optional --config.confirm-modules-purge=false
16+
RUN pnpm install --offline --ignore-scripts --no-optional
1517

1618
# Copy assets and translations to build
1719
COPY vite.config.ts tsconfig.json .prettierrc.cjs .npmrc ./

0 commit comments

Comments
 (0)