Skip to content

Commit

Permalink
fix copy migration folder in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Sep 25, 2024
1 parent 455c613 commit 06bfd47
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ RUN uv pip install --system -r /requirements-prod.txt
WORKDIR /app

COPY init.py .

COPY alembic.ini .
COPY migrations .

COPY migrations migrations/
COPY assets assets/

COPY app app/

COPY start.sh .
Expand Down

0 comments on commit 06bfd47

Please sign in to comment.