mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 06:20:26 +00:00
7c54a97fad
Updated to https://github.com/erming/shout/pull/477#issuecomment-143636577 comment
3 lines
67 B
Docker
3 lines
67 B
Docker
FROM node:0.12-onbuild
|
|
EXPOSE 9000
|
|
ENTRYPOINT ["node", "index.js"]
|