Skip to content

Instantly share code, notes, and snippets.

@zachpendleton
Last active July 26, 2016 03:37
Show Gist options
  • Select an option

  • Save zachpendleton/b3c84193e7c9347b793dae1de49b8f99 to your computer and use it in GitHub Desktop.

Select an option

Save zachpendleton/b3c84193e7c9347b793dae1de49b8f99 to your computer and use it in GitHub Desktop.
FROM java:8-jre-alpine
COPY ./my-bot.jar /bot.jar
CMD java -jar /bot.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment