adding explicit port

This commit is contained in:
Darrel Pol 2024-09-12 22:19:41 -05:00
parent 4ccdce83f9
commit 5ce48b4778

View file

@ -74,7 +74,7 @@ jobs:
cd ..
# Run the application in the background using nohup
nohup python launch.py --nowebui --listen --api > nohup.out 2>&1 &
nohup python launch.py --nowebui --listen --api --port 7860 > nohup.out 2>&1 &
# Detach from the SSH session to prevent hanging
exit