Skip to content

Instantly share code, notes, and snippets.

@zachpendleton
Last active July 26, 2016 15:38
Show Gist options
  • Save zachpendleton/7848006f823ada4c0a83a7a82c4fa1d1 to your computer and use it in GitHub Desktop.
Save zachpendleton/7848006f823ada4c0a83a7a82c4fa1d1 to your computer and use it in GitHub Desktop.
FROM ruby:2.3-alpine
COPY ./my_bot.rb /bot.rb
CMD ruby /bot.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment