I am trying to use the docker container for frappe framework to develop a mini ERP for a client, the problem is that I don’t seem to catch how to make it so as to develop in a group with git and github with my other developers. I need them to be able to do the setup on the website in their own machines by having a exact replica of my container running. Any ideas?
The main problem is that I need the stuff inside the container to be saved, all those configs, for what I understood that only pushes the initial image to github
- publish your apps on github.
- use this doc build image from list of apps in apps.json frappe_docker/docs/custom-apps.md at main · frappe/frappe_docker · GitHub
- configuration happens outside image and as per environment. Use bench command to set config or use environment variables.