diff --git a/deploy_rln_contract.sh b/deploy_rln_contract.sh index ec01ad4..bae4194 100644 --- a/deploy_rln_contract.sh +++ b/deploy_rln_contract.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/sh set -e diff --git a/docker-compose.yml b/docker-compose.yml index d965fd7..9d26ce3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: