comfyui-launcher / start.sh
multimodalart's picture
Create start.sh
b814168 verified
raw
history blame
140 Bytes
#!/bin/bash
# Start Nginx
sudo nginx
# Execute the default CMD specified in the Dockerfile or passed via the docker run command
exec "$@"