How to use Git credentials during docker build

In order to use git credentials in Code Ocean, you will need to add them to your account page. Check out Setting up the Integration if you need help.

Once you have the git credential set up, you can use it in the postInstall to clone a repo from your organization and install the package. Check out Using the Post-Install Script if you want to learn more about using postInstall.

Last updated