We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a2b40 commit 3f6f58bCopy full SHA for 3f6f58b
1 file changed
Dockerfile
@@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi9/nodejs-22:latest AS builder
3
4
USER 1001
5
COPY --chown=1001 . .
6
-RUN npm install -g npm@9
7
-# RUN npm clean-install --ignore-scripts && npm run build && npm run dist
+# RUN npm install -g npm@9
+RUN npm clean-install --ignore-scripts && npm run build && npm run dist
8
9
# # Runner image
10
# FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:latest
0 commit comments