Skip to content

Commit

Permalink
Update NPM to fix npm/cli#6684
Browse files Browse the repository at this point in the history
  • Loading branch information
AFCMS committed Mar 6, 2024
1 parent 7101959 commit e237b31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

FROM node:20-alpine3.19 as frontend-development

# Update NPM
# https://github.com/npm/cli/issues/6684
RUN npm update -g npm

RUN mkdir /frontend
WORKDIR /frontend

Expand Down

0 comments on commit e237b31

Please sign in to comment.