Skip to content
Snippets Groups Projects
Forked from LBMC / nextflow
740 commits behind the upstream repository.
docker_update.sh 150 B
#!/bin/sh
fd "Dockerfile" src/docke_modules | perl -pe 's|.*docker_modules/(.*)/(.*)/Dockerfile|\1:\2|g' | awk '{system("docker tag "$0" lbmc/" $0)}'