Spaces:
Running
on
A10G
Running
on
A10G
Update start.sh
Browse files
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
|