mirror of
git://holbrook.no/eth-address-index
synced 2024-11-27 02:36:45 +01:00
Add dockerfile, changelog
This commit is contained in:
parent
868f37c4ec
commit
cd4f4a7131
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM grassrootseconomics:bancor
|
||||||
|
|
||||||
|
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
|
||||||
|
|
||||||
|
COPY ./python/ ./eth-token-endorser
|
||||||
|
|
||||||
|
RUN cd eth-token-endorser && \
|
||||||
|
pip install --extra-index-url $pip_extra_index_url .
|
||||||
|
|
3
python/CHANGELOG
Normal file
3
python/CHANGELOG
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
- 0.0.1
|
||||||
|
* Add token to metadata mapper contract
|
||||||
|
* Python deployer
|
Loading…
Reference in New Issue
Block a user