Skip to content

Commit

Permalink
adding the "migrations" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Jul 29, 2024
1 parent 84ba7a5 commit 4769d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ USER gen3

RUN python -m venv /venv

COPY poetry.lock pyproject.toml alembic.ini /${appname}/
COPY poetry.lock pyproject.toml alembic.ini /${appname} /migrations/

RUN pip install poetry && \
poetry install -vv --only main --no-interaction
Expand Down

0 comments on commit 4769d24

Please sign in to comment.