Spaces:
Running
Running
Create entrypoint.sh
Browse files- entrypoint.sh +2 -0
entrypoint.sh
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
exec open-webui serve --host 0.0.0.0 --port 7860
|