Custom Container Start Command Not Working

Hello,

I want to create a custom template which clones a repo and then runs a script from that repo. However, the pods I've launched with it have failed to clone the repo, much less execute the script.

Here is my container start command

bash -c '/start.sh && git clone https://github.com/melembroucarlitos/pibbss-infra.git && cd pibbss-infra && chmod +x daemon.bash && ./daemon.bash'
GitHub
Runpod Monitoring Infrastructure for PIBBSS. Contribute to melembroucarlitos/pibbss-infra development by creating an account on GitHub.
Was this page helpful?