We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebfe65 commit ff005abCopy full SHA for ff005ab
1 file changed
cthulhu-3/chat-linker/Dockerfile
@@ -3,5 +3,4 @@ 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
-ENV NODE_ENV prod
7
CMD ["npm", "run prod"]
0 commit comments