A repository of recipes for Docker containers built for the NCI-RBL.
Build and Publish Docker container:
bash ./build Dockerfile.vX.X wilfriedguiblet/containername:vX.X
docker push wilfriedguiblet/containername:vX.X
Build and Publish GitHub Page:
mkdocs build
mkdocs gh-deploy
For documentation on how to run the different worflows, please visit the GitHub Page.