This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
thelounge
Watch
2
Star
0
Fork
You've already forked thelounge
0
mirror of
https://github.com/thelounge/thelounge
synced
2025-02-17 05:38:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7c54a97fad
thelounge
/
Dockerfile
4 lines
67 B
Text
Raw
Normal View
History
Unescape
Escape
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
FROM node:0.12-onbuild
EXPOSE 9000
Expressive Entrypoint in Dockerfile Updated to https://github.com/erming/shout/pull/477#issuecomment-143636577 comment
2015-09-29 00:24:47 +01:00
ENTRYPOINT ["node", "index.js"]
Reference in a new issue
Copy permalink