Skip to content

Commit

Permalink
chore: flyway
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Dec 15, 2024
1 parent 8b9c1c1 commit 9ae7fc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion migrations/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ USER app

# Health check and startup
HEALTHCHECK CMD info
CMD ["info", "migrate", "info"]
# Add -X flag for debug output
ENTRYPOINT ["flyway", "-X", "-color"]
# Adding repair to see if it fixes migration issues.
CMD ["info", "migrate", "repair", "info"]

0 comments on commit 9ae7fc2

Please sign in to comment.