multimodalart HF Staff commited on
Commit
0d5e7fa
·
verified ·
1 Parent(s): f1fafb5

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -11
start.sh DELETED
@@ -1,11 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Start Nginx in the background
4
- nginx &
5
-
6
- echo "Starting the main application: python server.py"
7
-
8
- sed -i 's/^\(\s*\)port = find_free_port()/\1port = 39775/' /app/server/server.py
9
-
10
- # Execute the Python server command
11
- exec python /app/server/server.py