Skip to content

Commit be9a029

Browse files
authored
Update Dockerfile
1 parent afca043 commit be9a029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ FROM node:lts-alpine as final
1313
COPY --from=build-env [ "/app", "/app" ]
1414
ENV PORT=80
1515

16-
CMD [ "node", "/app/server.js" ]
16+
CMD [ "node", "/app/server.js", "--production" ]

0 commit comments

Comments
 (0)