Update Readme.md

Included container build steps
This commit is contained in:
2025-08-14 03:49:16 +00:00
parent b0c77e3613
commit e9ac68082b

View File

@ -35,3 +35,11 @@ bash
```
sudo apt-get install -f
```
**Build Container**
bash
```
docker build --no-cache -t open-webui .
docker compose build && docker compose up -d
```