socon-dev / socon

Socon is a microservice architecture framework that helps you focussing on deploying/chaining individual commands and custom services between your different projects
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

Initialize the container as a git repos #7

Open StephaneCapponi opened 1 year ago

StephaneCapponi commented 1 year ago

When we create a container, it would be great that we initialize it as a git repos. We should do that only if the git command exist in the user environment. If it does not, we initialize it as we would normally do.