From e9ac68082b8c4db83cfb8e092f8d21a81397dfe4 Mon Sep 17 00:00:00 2001 From: sylentbobnj Date: Thu, 14 Aug 2025 03:49:16 +0000 Subject: [PATCH] Update Readme.md Included container build steps --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 4d69b82..83721bc 100644 --- a/Readme.md +++ b/Readme.md @@ -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 +``` \ No newline at end of file