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