This commit is contained in:
2025-10-23 22:45:14 -04:00
parent 841b6ebd4f
commit 6b616137d3

View File

@@ -23,6 +23,7 @@ RUN uv pip install --system -e .
# Copy application code # Copy application code
COPY *.py ./ COPY *.py ./
COPY blueprints ./blueprints
COPY startup.sh ./ COPY startup.sh ./
RUN chmod +x startup.sh RUN chmod +x startup.sh
@@ -43,4 +44,4 @@ ENV PYTHONPATH=/app
ENV CHROMADB_PATH=/app/chromadb ENV CHROMADB_PATH=/app/chromadb
# Run the startup script # Run the startup script
CMD ["./startup.sh"] CMD ["./startup.sh"]