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 *.py ./
COPY blueprints ./blueprints
COPY startup.sh ./
RUN chmod +x startup.sh