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:
parent
d71ff587ec
commit
50dd495948
1 changed files with 6 additions and 0 deletions
6
slack-irc/Dockerfile
Normal file
6
slack-irc/Dockerfile
Normal 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"]
|
Loading…
Reference in a new issue