Skip to content

Commit

Permalink
not to install npm latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Mar 19, 2024
1 parent 0d6c368 commit b1b3fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/Dockerfile-Openshift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
FROM artifacts.developer.gov.bc.ca/docker-remote/node:16.13 as builder
WORKDIR /usr/src/app
COPY ./ ./
RUN npm install -g npm@latest
# RUN npm install -g npm@latest doesn't work for node 16
RUN npm install
RUN pwd && \
ls -l && \
Expand Down

0 comments on commit b1b3fc2

Please sign in to comment.