Is your feature request related to a problem? Please describe.
I followed the Docker based CI/CD and K8S deployments for Frappe, with Revant Nandgaonkar | Part 1 youtube video and noticed that I had to execute the bench app installations inside the container, this action can be expensive if the goal is to automate the building and installing of erpnext + custom apps
Describe the solution you'd like
In pwd.yml, another step can be written (for example, install-apps), by using the generated apps.txt file from configurator-1 as the parameter.
Describe alternatives you've considered
I tested my custom step and ready to create a pull request, but I'm open for other suggestions.
Is your feature request related to a problem? Please describe. I followed the Docker based CI/CD and K8S deployments for Frappe, with Revant Nandgaonkar | Part 1 youtube video and noticed that I had to execute the bench app installations inside the container, this action can be expensive if the goal is to automate the building and installing of erpnext + custom apps
Describe the solution you'd like In
pwd.yml
, another step can be written (for example,install-apps
), by using the generatedapps.txt
file fromconfigurator-1
as the parameter.Describe alternatives you've considered I tested my custom step and ready to create a pull request, but I'm open for other suggestions.