/ Dockerfile
Dockerfile
 1  FROM node:7-onbuild
 2  
 3  ENV PORT 8080
 4  EXPOSE 8080
 5  
 6  # Set this variable to the name of your production config file (without the extension)
 7  ENV NODE_ENV default
 8  
 9  # Set this variable to the value of the secret field of the Github webhook
10  ENV WEBHOOK_SECRET ''