diff options
Diffstat (limited to 'texlive/run.sh')
-rwxr-xr-x | texlive/run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/texlive/run.sh b/texlive/run.sh new file mode 100755 index 0000000..9cec9f8 --- /dev/null +++ b/texlive/run.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +docker build -t zharf_docs . +docker run --volume /home/devi/zharf/docs/documentations.git/feature-init/:/zharf -t zharf_docs |