Hi Tim,
Can you point me to a resource online on how this is done (using local repos) ?.
In Vapor 4, I am using the built in docker-compose.yml/Dockerfile to do it for me. I am still learning to use Docker commands.
I tried to pushing my code to a private repo for my custom package dependency, after resolving ssh related authentication issues, docker build fails at a point, where it is not able to find module "Accelerate" (which is an Apple f/w) used in my custom dependency. Hence it looks like it is better to do this locally in a container. but I don't know exactly how.
Thank you!