This website requires JavaScript.
Explore
Help
Sign In
status-im
/
autobounty
mirror of
https://github.com/status-im/autobounty.git
Watch
2
Star
0
Fork
You've already forked autobounty
0
Code
Issues
Projects
Releases
Wiki
Activity
6678064cc0
autobounty
/
Dockerfile
8 lines
94 B
Docker
Raw
Normal View
History
Unescape
Escape
Initial commit
2017-03-07 11:24:01 +00:00
FROM
node:7-onbuild
ENV
PORT
8080
EXPOSE
8080
Add parsing amount, storage of address from thread Amount is parsed from comment having "@NAME" where name is env. variable. Address from commiteth's comment, stored in a global variable. Destroyed when reinstantiating container. (fixes aragon/autobounty#1) Revert Dockerfile change Revert index.js whitespace
2017-06-11 09:54:09 +00:00
ENV
NAME autobounty
ENV
STANDARD_BOUNTY 0.001