Skip to content
Snippets Groups Projects
docker_init.sh 121 B
#!/bin/sh
docker build src/.docker_modules/sratoolkit/2.8.2 -t 'lbmc/sratoolkit:2.8.2'
docker push lbmc/sratoolkit:2.8.2