Spaces:
Sleeping
Sleeping
Delete start.sh
Browse files
start.sh
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
|
| 3 |
-
# Start Nginx in the background
|
| 4 |
-
nginx &
|
| 5 |
-
|
| 6 |
-
echo "Starting the main application: python server.py"
|
| 7 |
-
|
| 8 |
-
sed -i 's/^\(\s*\)port = find_free_port()/\1port = 39775/' /app/server/server.py
|
| 9 |
-
|
| 10 |
-
# Execute the Python server command
|
| 11 |
-
exec python /app/server/server.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|