multimodalart HF staff commited on
Commit
37aca6e
1 Parent(s): aec576e

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -0
start.sh CHANGED
@@ -5,5 +5,7 @@ nginx &
5
 
6
  echo "Starting the main application: python server.py"
7
 
 
 
8
  # Execute the Python server command
9
  exec python /app/server/server.py
 
5
 
6
  echo "Starting the main application: python server.py"
7
 
8
+ sed -i '' '206s/.*/ port = 39775/' server.py
9
+
10
  # Execute the Python server command
11
  exec python /app/server/server.py