diff --git a/entrypoint.sh b/entrypoint.sh index 3433c58..e107351 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,4 +21,4 @@ endpoints="$(get_endpoints)" set -e # Run the cached-eth-rpc command with environment variables -exec /app/cached-eth-rpc "$endpoints" "$@" \ No newline at end of file +exec /app/cached-eth-rpc $endpoints "$@" \ No newline at end of file