privateone commited on
Commit
46381ba
·
verified ·
1 Parent(s): b2726b9

Update custom-entrypoint.sh

Browse files
Files changed (1) hide show
  1. custom-entrypoint.sh +1 -1
custom-entrypoint.sh CHANGED
@@ -31,7 +31,7 @@ fi
31
  echo "TOKEN : $NGROK_AUTHTOKEN"
32
  # ngrok config add-authtoken "$NGROK_AUTHTOKEN"
33
  # ngrok authtoken "$NGROK_AUTHTOKEN"
34
- ngrok tls 7860 --url heather-tressy-paxton.ngrok-free.app
35
  # ngrok tcp 7860 --log=stdout &
36
  NGROK_PID=$!
37
 
 
31
  echo "TOKEN : $NGROK_AUTHTOKEN"
32
  # ngrok config add-authtoken "$NGROK_AUTHTOKEN"
33
  # ngrok authtoken "$NGROK_AUTHTOKEN"
34
+ ngrok tls 7860 -url heather-tressy-paxton.ngrok-free.app
35
  # ngrok tcp 7860 --log=stdout &
36
  NGROK_PID=$!
37