# Pull base image. FROM node:0.10-onbuild # Node base will default the command to `node server.js`. # Expose port. EXPOSE 3000