Skip to content

Commit

Permalink
update package-lock.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Jan 13, 2025
1 parent ab88ba7 commit a6c13d0
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 63 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM registry.access.redhat.com/ubi8/nodejs-18 AS config-editor
WORKDIR /opt/app-root/src
COPY --chown=1001:0 config-tool/pkg/lib/editor/ ./
RUN set -ex\
; npm install --quiet --no-progress --ignore-engines --offline --no-audit \
; npm install --quiet --no-progress --ignore-engines \
; npm run --quiet build\
; rm -Rf .cache .npm* node_modules\
;
Expand Down
Loading

0 comments on commit a6c13d0

Please sign in to comment.