We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926a5aa commit 154786aCopy full SHA for 154786a
1 file changed
cthulhu-3/chat-linker/Dockerfile
@@ -1,5 +1,5 @@
1
FROM node:6.9.5
2
-RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/app/src && git checkout 8f54762de724ba9caa963b5ba908f0b29e230681
+RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/app/src && git checkout c81aada496328f76a299ad8affafae3bdcb7f1c4
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
0 commit comments