Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Using latest npm in base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Feb 12, 2021
1 parent 50bfcd4 commit d28b648
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/docker/Base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ LABEL org.opencontainers.image.source https://github.com/fortify-labs/fortify
WORKDIR /usr/src/app
COPY services/shared shared

# Install latest npm version
RUN npm install -g npm@latest

# Install all dependencies for the shared library and compile it
WORKDIR /usr/src/app/shared
RUN npm ci --silent
Expand Down

0 comments on commit d28b648

Please sign in to comment.