mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-04 23:13:07 +00:00
added entrypoint: sh to contract-repo-deployer and deploy script now has bash/sh
This commit is contained in:
parent
8eb3908ed7
commit
28b3b43f8d
@ -1,4 +1,4 @@
|
||||
#/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
@ -35,6 +35,7 @@ services:
|
||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
||||
environment:
|
||||
- RPC_URL=${RPC_URL:-http://foundry:8545}
|
||||
entrypoint: sh
|
||||
command:
|
||||
- '/opt/deploy_rln_contract.sh'
|
||||
volumes:
|
||||
@ -57,7 +58,7 @@ services:
|
||||
- 127.0.0.1:8645:8645
|
||||
entrypoint: sh
|
||||
command:
|
||||
- '/opt/run_bootstrap.sh'
|
||||
- '/opt/run_bootstrap.sh'
|
||||
volumes:
|
||||
- ./run_bootstrap.sh:/opt/run_bootstrap.sh:Z
|
||||
networks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user