Deploy activity-core on railiance01

This commit is contained in:
2026-05-22 13:49:46 +02:00
parent cf92f0d686
commit e2aac3ad8c
8 changed files with 748 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ COPY --from=builder /app/.venv /app/.venv
COPY --from=builder /app/src /app/src
COPY alembic.ini ./
COPY migrations/ ./migrations/
COPY scripts/ ./scripts/
COPY activity-definitions/ ./activity-definitions/
COPY event-types/ ./event-types/
COPY tasks/ ./tasks/