Skip to content

Commit e237b31

Browse files
committed
Update NPM to fix npm/cli#6684
1 parent 7101959 commit e237b31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
# Update NPM
6+
# https://github.com/npm/cli/issues/6684
7+
RUN npm update -g npm
8+
59
RUN mkdir /frontend
610
WORKDIR /frontend
711

0 commit comments

Comments
 (0)