Skip to content

Commit 2de9632

Browse files
committed
Restore Alembic files to the Docker image.
1 parent f728aa2 commit 2de9632

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ COPY poetry.lock pyproject.toml ./
8181

8282
# installs runtime dependencies to $VIRTUAL_ENV
8383
RUN poetry install --no-root --extras server
84+
COPY alembic /code/alembic
85+
COPY alembic.ini /code/alembic.ini
8486
COPY src /code/src
8587
COPY src/mavedb/server_main.py /code/main.py
8688

0 commit comments

Comments
 (0)