Skip to content

Commit

Permalink
[CHORES] Fix add migrations to Dockerfile. (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesSetiawan committed May 17, 2024
1 parent c57a43c commit ec387d2
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 @@ -16,4 +16,4 @@ EXPOSE 5432
HEALTHCHECK --interval=15s --timeout=1s \
CMD curl --fail http://localhost:8000/swagger/ || exit 1

CMD ["sh", "-c", "python manage.py migrate && python manage.py runserver 0.0.0.0:8000"]
CMD ["sh", "-c", "python manage.py migrate && python manage.py runserver 0.0.0.0:8000"]

0 comments on commit ec387d2

Please sign in to comment.