full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
✨ Mount `/backend/app/alembic/versions` as a volume inside container during development
I've mapped the Docker container's Alembic folder to the local directory, ensuring that any auto-generated migration files created by Alembic are automatically copied to the local development environment.