rvinluan / slack-pokemon

A bot for having Pokemon battles in Slack.
341 stars 46 forks source link

Adding ability to create stand-alone docker instance #9

Closed Eibwen closed 9 years ago

Eibwen commented 9 years ago

Made a dockerfile to configure this. It runs both redis and node in the same docker instance (which is not the recommended way of using docker, but for such a simple app that is never going to get much load is not an issue)

Eibwen commented 9 years ago

Whoops, only wanted to pull request the docker commit