FROM node:4.4 MAINTAINER "bt3" EXPOSE 1337 COPY server.js . CMD node server.js