From 6b616137d3ce3a2e660a35acc5bb57a60d9e3319 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Thu, 23 Oct 2025 22:45:14 -0400 Subject: [PATCH] oops --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bce8860..3d64261 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN uv pip install --system -e . # Copy application code COPY *.py ./ +COPY blueprints ./blueprints COPY startup.sh ./ RUN chmod +x startup.sh @@ -43,4 +44,4 @@ ENV PYTHONPATH=/app ENV CHROMADB_PATH=/app/chromadb # Run the startup script -CMD ["./startup.sh"] \ No newline at end of file +CMD ["./startup.sh"]