We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afca043 commit be9a029Copy full SHA for be9a029
Dockerfile
@@ -13,4 +13,4 @@ FROM node:lts-alpine as final
13
COPY --from=build-env [ "/app", "/app" ]
14
ENV PORT=80
15
16
-CMD [ "node", "/app/server.js" ]
+CMD [ "node", "/app/server.js", "--production" ]
0 commit comments