comfyui-launcher / start.sh
multimodalart's picture
Update start.sh
189a1b6 verified
raw
history blame
246 Bytes
#!/bin/bash
# Start Nginx in the background
nginx &
echo "Starting the main application: python server.py"
sed -i '/port = find_free_port()/c\ port = 39775' your_file.py
# Execute the Python server command
exec python /app/server/server.py