Spaces:
Paused
Paused
Update custom-entrypoint.sh
Browse files- custom-entrypoint.sh +4 -1
custom-entrypoint.sh
CHANGED
|
@@ -29,7 +29,10 @@ if [ -z "$NGROK_AUTHTOKEN" ]; then
|
|
| 29 |
fi
|
| 30 |
# chmod 777 /.ngrok2/ngrok.yml
|
| 31 |
echo "TOKEN : $NGROK_AUTHTOKEN"
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
| 33 |
# ngrok authtoken "$NGROK_AUTHTOKEN"
|
| 34 |
# ngrok tls 7860 -url heather-tressy-paxton.ngrok-free.app
|
| 35 |
# ngrok tcp 7860 --log=stdout &
|
|
|
|
| 29 |
fi
|
| 30 |
# chmod 777 /.ngrok2/ngrok.yml
|
| 31 |
echo "TOKEN : $NGROK_AUTHTOKEN"
|
| 32 |
+
|
| 33 |
+
ngrok config add-authtoken "$NGROK_AUTHTOKEN"
|
| 34 |
+
|
| 35 |
+
|
| 36 |
# ngrok authtoken "$NGROK_AUTHTOKEN"
|
| 37 |
# ngrok tls 7860 -url heather-tressy-paxton.ngrok-free.app
|
| 38 |
# ngrok tcp 7860 --log=stdout &
|