Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 401 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 401 Bytes

The Dockerfile in this directory is designed to render the LaTeX file and then output the PDF and logs.

Run with this command:

docker build --output type=local,dest=out .

If you are using an older version of Docker, the --output flag may not be supported unless you set DOCKER_BUILDKIT=1 in the environment. In that case, run:

DOCKER_BUILDKIT=1 docker build --output type=local,dest=out .