thelounge/Dockerfile

4 lines
67 B
Docker

FROM node:0.12-onbuild
EXPOSE 9000
ENTRYPOINT ["node", "index.js"]