mirror of
https://github.com/status-im/autobounty.git
synced 2025-01-21 02:58:53 +00:00
9 lines
118 B
Docker
9 lines
118 B
Docker
FROM node:7-onbuild
|
|
|
|
ENV PORT 8080
|
|
EXPOSE 8080
|
|
|
|
ENV NAME autobounty
|
|
ENV STANDARD_BOUNTY 0.001
|
|
ENV WEBHOOK_SECRET test
|