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