mirror of
https://github.com/status-im/autobounty.git
synced 2025-01-12 14:55:09 +00:00
11 lines
254 B
Docker
11 lines
254 B
Docker
FROM node:7-onbuild
|
|
|
|
ENV PORT 8080
|
|
EXPOSE 8080
|
|
|
|
# Set this variable to the name of your production config file (without the extension)
|
|
ENV NODE_ENV default
|
|
|
|
# Set this variable to the value of the secret field of the Github webhook
|
|
ENV WEBHOOK_SECRET ''
|