Skip to content

Commit 154786a

Browse files
committed
chat-linker: update to latest commit
1 parent 926a5aa commit 154786a

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
@@ -1,5 +1,5 @@
11
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
2+
RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/app/src && git checkout c81aada496328f76a299ad8affafae3bdcb7f1c4
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

0 commit comments

Comments
 (0)