more pokt node fixes
This commit is contained in:
@@ -4,6 +4,9 @@ COPY config.json /home/app/.pocket/config/config.json
|
||||
COPY chains.json /home/app/.pocket/config/chains.json
|
||||
COPY bootstrap.sh /home/app/.pocket/bootstrap.sh
|
||||
|
||||
USER root
|
||||
RUN chown 1005:1001 /home/app/.pocket/config/chains.json
|
||||
|
||||
USER [app]
|
||||
|
||||
CMD ["bash", "/home/app/.pocket/bootstrap.sh", "&&", "pocket", "start", "--seeds=${POCKET_MAIN_SEEDS}", "--mainnet"]
|
||||
Reference in New Issue
Block a user