autobounty/Dockerfile
2017-03-07 12:24:01 +01:00

5 lines
47 B
Docker

FROM node:7-onbuild
ENV PORT 8080
EXPOSE 8080