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"]