Skip to content
Snippets Groups Projects
docker_init.sh 135 B
#!/bin/sh
docker pull lbmc/pandoc:2.11
docker build src/.docker_modules/pandoc/2.11 -t 'lbmc/pandoc:2.11'
docker push lbmc/pandoc:2.11