Update entrypoint.sh to include * for CORS (#19)

* Update entrypoint.sh

* Update entrypoint.sh
This commit is contained in:
Karl Floersch 2020-09-15 17:39:41 -04:00 committed by GitHub
parent 6338eb61d5
commit 493fe631f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ geth --dev \
--rpc \ --rpc \
--rpcaddr $HOSTNAME \ --rpcaddr $HOSTNAME \
--rpcvhosts='*' \ --rpcvhosts='*' \
--rpccorsdomain='*' \
--rpcport $PORT \ --rpcport $PORT \
--networkid $NETWORK_ID \ --networkid $NETWORK_ID \
--rpcapi 'eth,net' \ --rpcapi 'eth,net' \