Skip to content

Commit

Permalink
Update Dockerfile (#22)
Browse files Browse the repository at this point in the history
(cherry picked from commit 82b22da)
  • Loading branch information
trust-git-bot authored and github-actions[bot] committed Feb 5, 2025
1 parent c1fa546 commit 5407f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-20:latest AS builder
USER 1001
COPY --chown=1001 . .
RUN npm install -g npm@9
RUN npm clean-install --ignore-scripts && npm run build && npm run dist
RUN npm clean-install --ignore-scripts && npm run build && npm run dist dist

# Runner image
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:latest
Expand Down

0 comments on commit 5407f12

Please sign in to comment.