Error 404 in Docker but works on local run
Might happen because Kotlin file is not package into jar.
How to solve the problem
Check if you can find all classes and resources package in the jar file:
jar -tf <jar>
Last updated
Was this helpful?