fixing dockerfile

This commit is contained in:
2026-01-31 17:17:56 -05:00
parent ad39904dda
commit 12f7d9ead1

View File

@@ -25,6 +25,9 @@ RUN uv pip install --system -e .
COPY *.py ./ COPY *.py ./
COPY blueprints ./blueprints COPY blueprints ./blueprints
COPY migrations ./migrations COPY migrations ./migrations
COPY utils ./utils
COPY config ./config
COPY scripts ./scripts
COPY startup.sh ./ COPY startup.sh ./
RUN chmod +x startup.sh RUN chmod +x startup.sh