Skip to content

Commit

Permalink
Update NPM to 9.7 major version (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsabath committed Jun 16, 2023
2 parents 9a4c2f3 + 7b6c319 commit 066b8f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.frontend-container
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ COPY --from=build /usr/src/app/build ./build
COPY --from=build /usr/src/app/.env.prod .

# Install serve package and react-inject-env
RUN npm install --location=global serve && \
RUN npm install -g npm@9.7.1 && \
npm install --location=global serve && \
npm install react-inject-env

# Set dynamic port, defualt 3000
Expand Down

0 comments on commit 066b8f8

Please sign in to comment.