Skip to content

Commit 34cd5e8

Browse files
committed
chat-linker: small fixes from production
1 parent ad8df2a commit 34cd5e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cthulhu-3/chat-linker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/ap
33
RUN cd /usr/app/src && npm install # TODO: Not stable enough; migrate to yarn
44
COPY app-config.json /usr/app/src/app-config.json
55
WORKDIR /usr/app/src
6-
CMD ["npm", "run prod"]
6+
ENV NODE_ENV prod
7+
CMD ["node", "app.js"]

0 commit comments

Comments
 (0)