From 0c266d450ee92ead936be5dd9ea6beb5a5e2d9cf Mon Sep 17 00:00:00 2001 From: chauhang Date: Fri, 20 Jun 2025 21:38:26 -0700 Subject: [PATCH] typos --- .dockerignore | 3 ++- Docker-readme.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index c500edd3..eaf0eb5f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -20,7 +20,8 @@ venv/ *.swo # Ollama cache directory (if it somehow ends up in build context) -.ollama_cache/ +.ollama/ +.cache/ # Docker specific files (should not be part of the image content itself) Dockerfile diff --git a/Docker-readme.md b/Docker-readme.md index ec8531f0..da247d90 100644 --- a/Docker-readme.md +++ b/Docker-readme.md @@ -1,4 +1,4 @@ -# Local run with Docker or docker-compse +# Local run with Docker or docker-compose ## Environment Configuration with .env