Setup texbox

This commit is contained in:
maride
2018-05-04 19:33:31 +02:00
commit d20985b713
2 changed files with 35 additions and 0 deletions

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM debian:stable
RUN apt-get update
RUN apt-get install -y texlive-full
RUN mkdir /tex
COPY run.sh /run.sh
RUN chmod +x /run.sh
ENV TARGET=
WORKDIR /tex
CMD /run.sh