fresh-king-38568
09/25/2024, 8:05 AMCMD alembic upgrade head & uvicorn app.main:app
Now, inside the monorepo, should I have a separate build for each Alembic migration within each app, or is there a better approach?fresh-king-38568
09/25/2024, 8:09 AMmonorepo
├── .pants.d
├── dist
├── src
│ ├── docker
│ │ ├── app1
│ │ └── app2
│ └── python
│ ├── core
│ └── services
│ ├── app1
│ │ └── alembic
│ └── app2
│ └── alembic
elegant-florist-94385
09/25/2024, 11:23 AMfresh-king-38568
09/25/2024, 12:16 PMfresh-king-38568
09/25/2024, 12:16 PMelegant-florist-94385
09/25/2024, 12:27 PMfresh-king-38568
09/25/2024, 12:41 PMelegant-florist-94385
09/25/2024, 12:42 PM