Skip to content

Commit

Permalink
added migrations dir for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Oct 24, 2023
1 parent c9da060 commit 4ddfd12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ WORKDIR "."
EXPOSE 3000
VOLUME /config
COPY app app
COPY migrations migrations
ENTRYPOINT ["python3", "-m", "app", "-p"]

0 comments on commit 4ddfd12

Please sign in to comment.