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.
2 parents 43570d3 + d42cba8 commit 252d11aCopy full SHA for 252d11a
1 file changed
front-end.Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
5
COPY front-end/ .
6
7
COPY .npmrc .
8
-RUN npm install
+RUN npm ci
9
10
EXPOSE 8505
11
0 commit comments