This website requires JavaScript.
Explore
Help
Register
Sign In
supernets
/
hardlounge
Watch
4
Fork
0
You've already forked hardlounge
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7c54a97fad
hardlounge
/
Dockerfile
4 lines
67 B
Docker
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 17:34:27 +00: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-28 23:24:47 +00:00
ENTRYPOINT
[
"node"
,
"index.js"
]
Reference in New Issue
Copy Permalink