autobounty/Dockerfile

11 lines
254 B
Docker
Raw Permalink Normal View History

2017-03-07 12:24:01 +01:00
FROM node:7-onbuild
ENV PORT 8080
EXPOSE 8080
2018-01-25 14:05:22 +01:00
# Set this variable to the name of your production config file (without the extension)
2018-03-20 12:55:17 +02:00
ENV NODE_ENV default
2018-02-13 11:43:28 +01:00
# Set this variable to the value of the secret field of the Github webhook
ENV WEBHOOK_SECRET ''