Spaces:
Sleeping
Sleeping
Update run.sh
Browse files
run.sh
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
|
12 |
# Start Nginx
|
13 |
echo "Starting Nginx..."
|
14 |
-
|
15 |
|
16 |
# Assuming your backend server is a Python application that you want to run on port 8000.
|
17 |
# Adjust the command below to match how you start your backend server.
|
|
|
11 |
|
12 |
# Start Nginx
|
13 |
echo "Starting Nginx..."
|
14 |
+
service nginx start
|
15 |
|
16 |
# Assuming your backend server is a Python application that you want to run on port 8000.
|
17 |
# Adjust the command below to match how you start your backend server.
|