Last active
March 13, 2018 20:52
-
-
Save picatz/8591d5ea12e9ccdefdcc3f651789f0fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ruby:2.5.0 | |
RUN gem install slack-ruby-client faye-websocket eventmachine | |
COPY kumo_dojo_bot.rb /kumo_dojo_bot.rb | |
CMD ["ruby", "kumo_dojo_bot.rb"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment