Hey there, I’m a bit new to the world of running J...
# ktor
r
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?
n
Ktor doesn't appear to have a standard/recommended practise regarding app structure since it is not opinionated.