Skip to content

Commit 3f6f58b

Browse files
avoid npm 9
1 parent d8a2b40 commit 3f6f58b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi9/nodejs-22:latest AS builder
33

44
USER 1001
55
COPY --chown=1001 . .
6-
RUN npm install -g npm@9
7-
# RUN npm clean-install --ignore-scripts && npm run build && npm run dist
6+
# RUN npm install -g npm@9
7+
RUN npm clean-install --ignore-scripts && npm run build && npm run dist
88

99
# # Runner image
1010
# FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:latest

0 commit comments

Comments
 (0)