From 7b1f4f54eec91f280c3d7d84b3ba50822e956260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Fri, 6 Feb 2026 23:45:13 +0300 Subject: [PATCH] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e03edd8..ddb3f79 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ Then open http://localhost:8808 and drag in your documents. Jobs run in the back Multiple jobs can run sequentially; the worker processes them in order. ## `Container image` -A lightweight Dockerfile lives in `abogen/Dockerfile`. +You can build a lightweight container image directly from the repository root: ```bash docker build -t abogen .