We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8840355 commit e81a801Copy full SHA for e81a801
config/docker/Dockerfile.node
@@ -5,4 +5,4 @@ WORKDIR /srv/app
5
COPY package.json package-lock.json ./
6
7
# Install Node packages
8
-RUN npm ci
+RUN npm install -g npm@latest && npm ci
0 commit comments