There was an error while loading. Please reload this page.
1 parent 05f2f98 commit c60ca3bCopy full SHA for c60ca3b
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
5
COPY package.json /app
6
7
-RUN npm install
+RUN npm ci --only=production
8
9
COPY . /app
10
0 commit comments