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 f95deb3 commit 7505946Copy full SHA for 7505946
1 file changed
src/frontend/Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
5
6
COPY package*.json /app/
7
8
-RUN npm install
+RUN npm ci
9
10
COPY ./ /app/
11
0 commit comments