Last active
July 26, 2016 15:38
-
-
Save zachpendleton/7848006f823ada4c0a83a7a82c4fa1d1 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.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