build: include alembic in image for migration initContainer
This commit is contained in:
@@ -7,6 +7,9 @@ COPY pyproject.toml pyproject.toml
|
|||||||
COPY src src
|
COPY src src
|
||||||
COPY README.md README.md
|
COPY README.md README.md
|
||||||
COPY .env.example .env.example
|
COPY .env.example .env.example
|
||||||
|
# Alembic migrations (run via `alembic upgrade head` in a deploy initContainer)
|
||||||
|
COPY alembic.ini alembic.ini
|
||||||
|
COPY alembic alembic
|
||||||
|
|
||||||
# Install the package and runtime dependencies. All dependencies ship as
|
# Install the package and runtime dependencies. All dependencies ship as
|
||||||
# manylinux wheels (pydantic-core, cryptography, etc.), so no build toolchain
|
# manylinux wheels (pydantic-core, cryptography, etc.), so no build toolchain
|
||||||
|
|||||||
Reference in New Issue
Block a user