Q: anybody have tips on dockerizing/containerizing
a legacy app that doesn't really separate it's config/logs into separate folders? It installs only to a single dir (ie.
/app/dpa) and I have to manually runs a web-installer to configure the DB repo first initial config.
# DPA-app Tree structure
/app
/dpa_2021.12.709
/logs
/conf
/license
How do people typically handle these sorts of scenarios where the app's configs & data aren't easily separated from the main binaries?