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