autobounty/Dockerfile

14 lines
358 B
Docker
Raw Normal View History

2017-03-07 11:24:01 +00:00
FROM node:7-onbuild
ENV PORT 8080
EXPOSE 8080
2018-01-25 13:05:22 +00:00
# Set this variable to the name of your production config file (without the extension)
ENV NODE_ENV development
2018-02-13 10:43:28 +00:00
# Set this variable to the folder where the logs should be place (must exist)
ENV LOG_PATH './log'
2018-02-13 10:43:28 +00:00
# Set this variable to the value of the secret field of the Github webhook
ENV WEBHOOK_SECRET ''