Initial commit

main
Jerry Aldrich 5 years ago
commit f83761b47d
  1. 5
      Dockerfile
  2. 10
      README.md

@ -0,0 +1,5 @@
FROM alpine:latest
RUN apk add -U texlive
ENTRYPOINT ["/bin/sh", "-c", "pdflatex \"$@\"", "--"]

@ -0,0 +1,10 @@
# pdflatex
## Usage
```
docker run -it --rm \
-v $(pwd):/workspace \
--workdir /workspace \
jerryaldrichiii/pdflatex:latest /path/to/your/file.tex
```
Loading…
Cancel
Save