Skip to content

Commit 6f5c72c

Browse files
authored
Update Dockerfile
1 parent 8e17c20 commit 6f5c72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN mkdir -p /opt/app
55
WORKDIR /opt/app
66

77
COPY package*.json ./
8-
RUN npm install
8+
RUN npm install --production
99
COPY dist ./dist
1010

1111
CMD [ "npm", "run", "start:prod" ]

0 commit comments

Comments
 (0)