Skip to content

Commit

Permalink
Update npm in nodejs_v2 container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram81 committed Oct 16, 2021
1 parent 6036d41 commit 801d988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/prod/nodejs_v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN npm install -g @angular/[email protected]

WORKDIR /code
COPY frontend_v2/package.json frontend_v2/yarn.lock /code/
RUN npm update
RUN npm install --save-dev @angular-devkit/build-angular
RUN yarn install
ENV PATH="/code/node_modules/.bin:$PATH"
Expand Down

0 comments on commit 801d988

Please sign in to comment.