slack-irc: an IRC / slack bridge

https://github.com/ekmartin/slack-irc

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-06-02 13:31:11 -04:00
parent d71ff587ec
commit 50dd495948
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 6 additions and 0 deletions

6
slack-irc/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM fedora:25
RUN dnf install -y npm && dnf update -y && dnf clean all
RUN npm install -g slack-irc
RUN echo "[]" > /config.json
CMD ["--config","/config.json"]
ENTRYPOINT ["/usr/bin/slack-irc"]