From 33a871995b4ad65854aa61b821a22a17696e222c Mon Sep 17 00:00:00 2001 From: Rodrigo <101797599+R0drigo-0@users.noreply.github.com> Date: Sun, 24 Aug 2025 10:09:00 +0200 Subject: [PATCH] Fix Docker build command in README Include the current directory (.) in the build context. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 794d39c..00717dc 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ To use local LLM, comment out `OPENAI_KEY` and instead uncomment `OPENAI_ENDPOIN 1. Clone the repository 2. Rename `.env.example` to `.env.local` and set your API keys -3. Run `docker build -f Dockerfile` +3. Run `docker build -f Dockerfile .` 4. Run the Docker image: