Play Framework Docker Hot-Reload Not Working

I am using sbt: docker:publishLocal to create docker images for my play projects & then I am running the play projects in my local K8s cluster using Skaffold. The biggest issue I face during development is sbt doesn’t do hot-reload if I update some code. Every single time, I need to stop the container & publish again to see my changes. Anyone else facing similar issue?

Is there some other work-around to experience hot-reload similar to when we do sbt run?

It would be great if play could also add a library like devtools.runtime provided by spring-boot for hot-reload.