haste-server/Dockerfile
Anthony Metzidis 268be1aff7 add docker
2017-10-20 14:08:38 -07:00

4 lines
84 B
Docker

FROM node:4-onbuild
# replace this with your application's default port
EXPOSE 7777