Delete start_server.sh
Browse files- start_server.sh +0 -5
start_server.sh
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
|
| 3 |
-
# Start the Gunicorn server in the background
|
| 4 |
-
nohup gunicorn -w 4 -b 0.0.0.0:7860 myapp:myapp > gunicorn_output.log 2>&1 &
|
| 5 |
-
echo "Gunicorn server started."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|