We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698e562 commit bb84de4Copy full SHA for bb84de4
Dockerfile
@@ -24,7 +24,7 @@ FROM --platform=${BUILDPLATFORM} docker.io/library/node:${NODEJS_VERSION}-${DEBI
24
25
WORKDIR /app/frontend
26
27
-COPY ./frontend/package.json ./frontend/package-lock.json /app/frontend/
+COPY ./frontend/.npmrc ./frontend/package.json ./frontend/package-lock.json /app/frontend/
28
# Network access: to fetch dependencies
29
RUN --network=default \
30
npm ci
frontend/.npmrc
@@ -0,0 +1 @@
1
+engine-strict=true
0 commit comments