Stackedit/Dockerfile

8 lines
129 B
Docker

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