Severian commited on
Commit
0861680
·
verified ·
1 Parent(s): 9e23cc7

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -7
start.sh DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Start Nginx
4
- nginx
5
-
6
- # Start the FastAPI application
7
- uvicorn api:app --host 0.0.0.0 --port 8444