Currently, we push the config file for the app into the image when we build the image.
However, this is not a good practice because that require us to go through the build process whenever we change the config.
Ideally, we should be able to deploy the same app with different config.
Currently, we push the config file for the app into the image when we build the image. However, this is not a good practice because that require us to go through the build process whenever we change the config. Ideally, we should be able to deploy the same app with different config.