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
8
docker/docker-compose.yaml
Normal file
8
docker/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: "3"
|
||||
services:
|
||||
texlive:
|
||||
image: texlive/texlive
|
||||
volumes:
|
||||
- ./data/:/latex
|
||||
working_dir: /latex
|
||||
tty: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue