We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8df2a commit 34cd5e8Copy full SHA for 34cd5e8
1 file changed
cthulhu-3/chat-linker/Dockerfile
@@ -3,4 +3,5 @@ RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/ap
3
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
-CMD ["npm", "run prod"]
+ENV NODE_ENV prod
7
+CMD ["node", "app.js"]
0 commit comments