Hey there, I’m a bit new to the world of running JVM apps on the server. I’m setting up a docker-compose.yml file and was looking around for a standardized directory to mount my volume in the linux container. For example
PHP: uses
/var/www/html
Node: uses
/var/app
is there a standard or recommended practice for ktor apps?