Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 569 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 569 Bytes

DOI

Dockers

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

Workflow documentation

For documentation on how to run the different worflows, please visit the GitHub Page.