Commit e193351
committed
Fix crash on startup when running in Docker
When running Parcelo 0.13.0 in Docker, Flyway doesn't find the necessary
service files to validate migration naming. This fails applying
migrations added in 0.13.0, causing the application to crash
continuously on startup. Oddly enoughy, this issue does not manifest
itself when running Parcelo through Intellij IDEA's run configuration.
Fix this crash by merging service files to ensure the definitions Flyway
requires can be found.1 parent b0d4af9 commit e193351
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments