We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e46b9 commit 96815b4Copy full SHA for 96815b4
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /tmp
4
5
COPY package.json package-lock.json /tmp/
6
7
-RUN npm install
+RUN npm update -g npm && npm install
8
9
COPY . /tmp/
10
0 commit comments