Commit graph

4 commits

Author SHA1 Message Date
Jérémie Astori df68a1b8f0 Update docker configuration files with new project name 2016-02-10 05:04:09 +00:00
Ben Evans 5d8669112d Added @Xe's tips on the Dockerfile
https://github.com/Shuo-IRC/Shuo/pull/87
2015-10-24 20:45:44 +01:00
Ben Evans 7c54a97fad Expressive Entrypoint in Dockerfile
Updated to https://github.com/erming/shout/pull/477#issuecomment-143636577 comment
2015-09-29 00:24:47 +01:00
Ben Evans 3982aac845 Add a Dockerfile
Building:

    docker build -t shout .

Running:

    docker run --name shout -d --publish 9000:9000 shout
2015-09-25 18:34:27 +01:00