Copy/Paste – Docker build/publish
More to come
My Angular sandbox example:
https://github.com/chrisstraw/angular-dockerize
Digital Ocean Example with an Azure DevOps NPM auth
docker build --force-rm --no-cache --build-arg PATB64={Base64PAT} -t registry.digitalocean.com/{container}/{image}:{tag} -f Dockerfile . docker push registry.digitalocean.com/{container}/{image}:{tag}
docker build --force-rm --no-cache --build-arg PATB64=bogusFooBar== -t registry.digitalocean.com/foobar/my-app:0.1.0 -f Dockerfile . docker push registry.digitalocean.com/foobar/my-app:0.1.0