Update run.sh
Browse files
run.sh
CHANGED
@@ -13,8 +13,8 @@
|
|
13 |
echo "Starting Nginx..."
|
14 |
service nginx start
|
15 |
service nginx status
|
16 |
-
curl
|
17 |
-
curl
|
18 |
|
19 |
# Assuming your backend server is a Python application that you want to run on port 8000.
|
20 |
# Adjust the command below to match how you start your backend server.
|
|
|
13 |
echo "Starting Nginx..."
|
14 |
service nginx start
|
15 |
service nginx status
|
16 |
+
curl https://huggingface.co/spaces/hamza82/backend
|
17 |
+
curl https://huggingface.co/spaces/hamza82/backend
|
18 |
|
19 |
# Assuming your backend server is a Python application that you want to run on port 8000.
|
20 |
# Adjust the command below to match how you start your backend server.
|