Last active
March 14, 2016 20:07
-
-
Save 178inaba/dfeb755d898994702e70 to your computer and use it in GitHub Desktop.
reichat for docker
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
| # docker build --force-rm --no-cache -t img/reichat . | |
| # docker run -d --restart unless-stopped -p 8001:10133 -e TITLE='Illust Chat' --name name-reichat img/reichat | |
| FROM node | |
| RUN npm install -g reichat | |
| EXPOSE 10133 | |
| CMD ["reichat"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment