6 lines
104 B
Docker
6 lines
104 B
Docker
FROM git.janishutz.com/registry/latex-build:latest
|
|
|
|
WORKDIR /root
|
|
|
|
ENTRYPOINT [ "/root/entrypoint.sh" ]
|