Skip to content

Commit

Permalink
fix: text npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
adrobuta committed Nov 21, 2024
1 parent ed5398d commit 267caa2
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 @@ -55,7 +55,7 @@ ADD --chown=snyk:snyk package.json package-lock.json ./
# TODO: Remove this line once OpenShift 3 comes out of support.
RUN mkdir -p .config

RUN npm ci
RUN npm ci --omit=dev

# add the rest of the app files
ADD --chown=snyk:snyk . .
Expand Down

0 comments on commit 267caa2

Please sign in to comment.