privateone commited on
Commit
4d62195
·
verified ·
1 Parent(s): 5077a57

Update custom-entrypoint.sh

Browse files
Files changed (1) hide show
  1. custom-entrypoint.sh +2 -1
custom-entrypoint.sh CHANGED
@@ -28,7 +28,8 @@ if [ -z "$NGROK_AUTHTOKEN" ]; then
28
  exit 1
29
  fi
30
  echo "TOKEN : $NGROK_AUTHTOKEN"
31
- ngrok config add-authtoken "$NGROK_AUTHTOKEN"
 
32
  ngrok turn 7860 --url=heather-tressy-paxton.ngrok-free.app
33
  # ngrok tcp 7860 --log=stdout &
34
  NGROK_PID=$!
 
28
  exit 1
29
  fi
30
  echo "TOKEN : $NGROK_AUTHTOKEN"
31
+ # ngrok config add-authtoken "$NGROK_AUTHTOKEN"
32
+ ngrok authtoken "$NGROK_AUTHTOKEN"
33
  ngrok turn 7860 --url=heather-tressy-paxton.ngrok-free.app
34
  # ngrok tcp 7860 --log=stdout &
35
  NGROK_PID=$!