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 4b26e9c commit 4da5b4eCopy full SHA for 4da5b4e
deployment/linuxfr.org/Dockerfile
@@ -25,8 +25,7 @@ ENV HOME /home/linuxfr.org
25
26
# Install node external dependencies
27
COPY package*.json ./
28
-# Note: should use `npm ci`, but it freezes while running, that's strange
29
-RUN npm install --prod
+RUN npm ci
30
31
# Install external dependencies
32
COPY Gemfile* ./
0 commit comments