Spaces:
Sleeping
Sleeping
Update start.sh
Browse files
start.sh
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Start Nginx in the background
|
4 |
-
nginx &
|
|
|
|
|
|
|
|
|
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Start Nginx in the background
|
4 |
+
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
|