added entrypoint: sh to contract-repo-deployer and deploy script now has bash/sh

This commit is contained in:
stubbsta 2024-03-25 19:48:54 +02:00
parent 8eb3908ed7
commit 28b3b43f8d
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/sh
set -e

View File

@ -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: