We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2baae48 commit 9ebfe65Copy full SHA for 9ebfe65
1 file changed
cthulhu-3/chat-linker/Dockerfile
@@ -4,4 +4,4 @@ RUN cd /usr/app/src && npm install # TODO: Not stable enough; migrate to yarn
4
COPY app-config.json /usr/app/src/app-config.json
5
WORKDIR /usr/app/src
6
ENV NODE_ENV prod
7
-CMD ["node", "app.js"]
+CMD ["npm", "run prod"]
0 commit comments