Skip to content

Instantly share code, notes, and snippets.

@picatz
Last active March 13, 2018 20:52
Show Gist options
  • Save picatz/8591d5ea12e9ccdefdcc3f651789f0fe to your computer and use it in GitHub Desktop.
Save picatz/8591d5ea12e9ccdefdcc3f651789f0fe to your computer and use it in GitHub Desktop.
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