From 68022ca54791fcd9180e3dfb9a4f8059dc8b3800 Mon Sep 17 00:00:00 2001 From: Aron BenDaniel <144371000+AaronBenDaniel@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:07:30 -0400 Subject: [PATCH] docker: Fix .dockerignore uv.lock entry --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 4d111d3..c082002 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,4 +7,4 @@ build .env *log *.md -uv.lock +src/api/uv.lock