Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
subbytech/comfyui-launcher
misterwhisperorg
/
ComfyLaunch_01
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
multimodalart
HF Staff
commited on
Mar 9, 2024
Commit
b814168
·
verified
·
1 Parent(s):
1bf3bbb
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+7
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# Start Nginx
4
+
sudo nginx
5
+
6
+
# Execute the default CMD specified in the Dockerfile or passed via the docker run command
7
+
exec "$@"