Skip to content

Instantly share code, notes, and snippets.

@178inaba
Last active March 14, 2016 20:07
Show Gist options
  • Select an option

  • Save 178inaba/dfeb755d898994702e70 to your computer and use it in GitHub Desktop.

Select an option

Save 178inaba/dfeb755d898994702e70 to your computer and use it in GitHub Desktop.
reichat for docker
# 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