privateone commited on
Commit
e3e8cb8
·
verified ·
1 Parent(s): 7f8eb3f

Update custom-entrypoint.sh

Browse files
Files changed (1) hide show
  1. custom-entrypoint.sh +1 -1
custom-entrypoint.sh CHANGED
@@ -13,7 +13,7 @@ echo "Waiting for ngrok TCP tunnel..."
13
  PUBLIC_TCP=""
14
  while [[ -z "$PUBLIC_TCP" ]]; do
15
  sleep 2
16
- PUBLIC_TCP=$(curl -s http://127.0.0.1:4040/api/tunnels \
17
  | python3 -c "
18
  import sys, json
19
  tunnels=json.load(sys.stdin).get('tunnels', [])
 
13
  PUBLIC_TCP=""
14
  while [[ -z "$PUBLIC_TCP" ]]; do
15
  sleep 2
16
+ PUBLIC_TCP=$(curl -s http://127.0.0.1:7860/api/tunnels \
17
  | python3 -c "
18
  import sys, json
19
  tunnels=json.load(sys.stdin).get('tunnels', [])