Skip to content

Commit 9ebfe65

Browse files
committed
#11: update to npm script
1 parent 2baae48 commit 9ebfe65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cthulhu-3/chat-linker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ 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
66
ENV NODE_ENV prod
7-
CMD ["node", "app.js"]
7+
CMD ["npm", "run prod"]

0 commit comments

Comments
 (0)