mirror of
https://github.com/agresdominik/texlive.git
synced 2026-07-22 01:30:54 +00:00
initial image
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
# Run latexmk from the texlive image against the current directory.
|
||||
# tex -pdf main.tex
|
||||
# --user + HOME=/tmp keep build artifacts owned by you, not root.
|
||||
exec docker run --rm \
|
||||
--user "$(id -u):$(id -g)" \
|
||||
-e HOME=/tmp \
|
||||
-v "$PWD:/data" \
|
||||
ghcr.io/agresdominik/texlive:latest "$@"
|
||||
Reference in New Issue
Block a user