multimodalart HF staff commited on
Commit
bcf8373
1 Parent(s): 23d304e

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +6 -1
start.sh CHANGED
@@ -1,4 +1,9 @@
1
  #!/bin/bash
2
 
3
  # Start Nginx in the background
4
- nginx &
 
 
 
 
 
 
1
  #!/bin/bash
2
 
3
  # Start Nginx in the background
4
+ nginx &
5
+
6
+ echo "Starting the main application: python server.py"
7
+
8
+ # Execute the Python server command
9
+ exec python /app/server/server.py