Enforce npm strict engine

This commit is contained in:
Quentin Gliech
2025-09-12 10:37:41 +02:00
parent c40e75fd15
commit 5667ae677d
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ FROM --platform=${BUILDPLATFORM} docker.io/library/node:${NODEJS_VERSION}-${DEBI
WORKDIR /app/frontend
COPY ./frontend/package.json ./frontend/package-lock.json /app/frontend/
COPY ./frontend/.npmrc ./frontend/package.json ./frontend/package-lock.json /app/frontend/
# Network access: to fetch dependencies
RUN --network=default \
npm ci