mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 16:27:22 +00:00
3982aac845
Building: docker build -t shout . Running: docker run --name shout -d --publish 9000:9000 shout
3 lines
57 B
Docker
3 lines
57 B
Docker
FROM node:0.12-onbuild
|
|
EXPOSE 9000
|
|
ENTRYPOINT ./index.js
|