autobounty/Dockerfile

5 lines
47 B
Docker

FROM node:7-onbuild
ENV PORT 8080
EXPOSE 8080