Dockerfile 94 B

1234
  1. FROM node:4.4-onbuild
  2. EXPOSE 1207
  3. RUN npm install -g forever
  4. ENTRYPOINT forever start index.js