frappe-docker for group development

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?

Hi,

See if this is anything that would be useful: Working with the Container registry - GitHub Docs

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