We need to move away from Dockerhub since you have to pay for collaborators on private repos. Developers will now have to follow these steps to get access to the smilecdr image on Github packages repo:
Create a Github personal access token (classic) and set in env
Set Github username in env
Ask to be added as a collaborator on the ghcr.io/kids-first/smilecdr repo
Run src/bin/quickstart.sh as usual to startup the docker stack
Closes #144
We need to move away from Dockerhub since you have to pay for collaborators on private repos. Developers will now have to follow these steps to get access to the smilecdr image on Github packages repo: