promote: dev → uat (alembic Dockerfile fix, PR #117) #118

Merged
savannah-savings-cto[bot] merged 2 commits from dev into uat 2026-04-04 04:45:02 +00:00
savannah-savings-cto[bot] commented 2026-04-04 04:44:56 +00:00 (Migrated from github.com)

Summary

  • Promotes dev to uat including the alembic Dockerfile fix from PR #117
  • API Docker image will now include alembic.ini and alembic/ directory
  • This unblocks the alembic-migrate init container, which should bring UAT API pods online

Changes included

  • api/Dockerfile: added COPY alembic.ini ./ and COPY alembic/ ./alembic/ to prod stage
## Summary - Promotes `dev` to `uat` including the alembic Dockerfile fix from PR #117 - API Docker image will now include `alembic.ini` and `alembic/` directory - This unblocks the alembic-migrate init container, which should bring UAT API pods online ## Changes included - `api/Dockerfile`: added `COPY alembic.ini ./` and `COPY alembic/ ./alembic/` to prod stage
Sign in to join this conversation.