Skip to content

Commit 493fe63

Browse files
authored
Update entrypoint.sh to include * for CORS (#19)
* Update entrypoint.sh * Update entrypoint.sh
1 parent 6338eb6 commit 493fe63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ geth --dev \
2323
--rpc \
2424
--rpcaddr $HOSTNAME \
2525
--rpcvhosts='*' \
26+
--rpccorsdomain='*' \
2627
--rpcport $PORT \
2728
--networkid $NETWORK_ID \
2829
--rpcapi 'eth,net' \
2930
--gasprice '0' \
3031
--targetgaslimit $TARGET_GAS_LIMIT \
3132
--nousb \
3233
--gcmode=archive \
33-
--verbosity "6"
34+
--verbosity "6"

0 commit comments

Comments
 (0)