This repository has been archived on 2021-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mitgliederformulare/latexdockercmd.sh

4 lines
157 B
Bash
Executable file

#!/bin/sh
IMAGE=blang/latex:ubuntu
# IMAGE=blang/latex:ctanbasic
exec docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$PWD":/data "$IMAGE" "$@"