We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f3371 commit 401a62aCopy full SHA for 401a62a
omnissiah/chat-linker/Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:8.7.0-alpine
2
RUN apk update && apk add git
3
-RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/app/src && git checkout 0e72a218bba47710d29bd5101b4b1710f13fd83b
+RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/app/src && git checkout 4aab67aa6a59368896d427f14060c59484ff0a37
4
RUN cd /usr/app/src && npm install # TODO: Not stable enough; migrate to yarn
5
COPY app-config.json /usr/app/src/app-config.json
6
WORKDIR /usr/app/src
0 commit comments