build(docker): include maintenance scripts

This commit is contained in:
Xiaoxia AI
2026-06-21 11:32:54 +08:00
parent bc92400eff
commit 46bd774742
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN python -m pip install --upgrade pip setuptools wheel && \
pip install --no-cache-dir --default-timeout=120 --retries 10 -r requirements.txt
COPY apps/api /app/apps/api
COPY packages /app/packages
COPY scripts /app/scripts
COPY alembic /app/alembic
COPY alembic.ini /app/alembic.ini
WORKDIR /app/apps/api
+1
View File
@@ -13,6 +13,7 @@ RUN set -eux; \
pip install --no-cache-dir --default-timeout=120 --retries 10 -r requirements.txt
COPY apps/worker /app/apps/worker
COPY packages /app/packages
COPY scripts /app/scripts
COPY alembic /app/alembic
COPY alembic.ini /app/alembic.ini
WORKDIR /app/apps/worker