Duplicated from multimodalart/comfyUI-laucher
b814168 d09ff7a bcf8373
1
2
3
4
5
6
7
8
9
10
#!/bin/bash # Start Nginx in the background nginx & echo "Starting the main application: python server.py" # Execute the Python server command exec python /app/server/server.py