From 5ce48b47784726179d14c4137217d258bda999fb Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Thu, 12 Sep 2024 22:19:41 -0500 Subject: [PATCH] adding explicit port --- .github/workflows/on_merge_to_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_merge_to_master.yaml b/.github/workflows/on_merge_to_master.yaml index d0ed42039..f5c5c8e38 100644 --- a/.github/workflows/on_merge_to_master.yaml +++ b/.github/workflows/on_merge_to_master.yaml @@ -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