Noricane
New to docker etc. help with running custom start command.
Hello, the real issue I'm dealing with is importing a private github repo to my golang project. And from some googling I've found that fine-grained tokens + setting a git global variable with credentials before anything runs is the key. However I can't seem to find how to run these commands before the app starts. I'd like to keep the build process identical and the start process identical. I'd just like to add the authorization to my app so the private packages are available in the executable.
15 replies