Is anyone here running their Ktor development envi...
# ktor
t
Is anyone here running their Ktor development environment in a docker container? Basically, I'd like to use the capabilities of hot reload and continuous gradle builds, but I'd like the application running in a containerized environment, so I can develop against some system libraries. Currently I run the application via the Intellij run config, I'm wondering if I can do the same with a command in the docker container shell..?