final fix pokt
This commit is contained in:
7
pokt/Dockerfile
Normal file
7
pokt/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM poktnetwork/pocket-core:RC-0.7.1
|
||||
|
||||
COPY --chown=1005:1001 config.json /home/app/.pocket/config/config.json
|
||||
COPY --chown=1005:1001 chains.json /home/app/.pocket/config/chains.json
|
||||
COPY bootstrap.sh /home/app/.pocket/bootstrap.sh
|
||||
|
||||
CMD ["bash", "/home/app/.pocket/bootstrap.sh", "&&", "pocket", "start", "--seeds=${POCKET_MAIN_SEEDS}", "--mainnet"]
|
||||
Reference in New Issue
Block a user