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 8e17c20 commit 6f5c72cCopy full SHA for 6f5c72c
Dockerfile
@@ -5,7 +5,7 @@ RUN mkdir -p /opt/app
5
WORKDIR /opt/app
6
7
COPY package*.json ./
8
-RUN npm install
+RUN npm install --production
9
COPY dist ./dist
10
11
CMD [ "npm", "run", "start:prod" ]
0 commit comments