Skip to content

Commit

Permalink
Update dockerfile to copy alembic files/folders to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
caarmen committed May 14, 2023
1 parent 59b75bc commit 98b90fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ COPY requirements/prod.txt requirements.txt
RUN pip install -r requirements.txt

COPY withingsslack withingsslack
COPY alembic.ini alembic.ini
COPY alembic alembic

CMD alembic upgrade head && python -m withingsslack.main

0 comments on commit 98b90fe

Please sign in to comment.