Add helpful files for the docker setup
This commit is contained in:
parent
b3cd98e229
commit
9ca488baf9
5 changed files with 22 additions and 1 deletions
4
docker/run.sh
Executable file
4
docker/run.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
docker-compose up -d
|
||||
docker-compose exec texlive pdflatex file.tex
|
||||
docker-compose down
|
||||
Loading…
Add table
Add a link
Reference in a new issue