Skip to content

Commit ff005ab

Browse files
committed
#11: remove NODE_ENV
1 parent 9ebfe65 commit ff005ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cthulhu-3/chat-linker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ 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-
ENV NODE_ENV prod
76
CMD ["npm", "run prod"]

0 commit comments

Comments
 (0)