Spaces:
Paused
Paused
Update custom-entrypoint.sh
Browse files- custom-entrypoint.sh +4 -1
custom-entrypoint.sh
CHANGED
|
@@ -31,8 +31,11 @@ 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 |
|
| 38 |
# Trap SIGTERM/SIGINT and stop child processes
|
|
|
|
| 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 |
+
|
| 37 |
+
ngrok start cli-quickstart
|
| 38 |
+
|
| 39 |
NGROK_PID=$!
|
| 40 |
|
| 41 |
# Trap SIGTERM/SIGINT and stop child processes
|