I'm trying to run a discord bot on my server using a Docker container. I need to clone the code of the bot from a private github repo.
Is there any way I can do this maybe with github PAT (personal access tokens)? I'm not using a docker-compose I'm using a dockerfile
Thanks for any help