initial commit

This commit is contained in:
2021-07-26 15:11:23 +02:00
commit e8d57f99a8
11 changed files with 558 additions and 0 deletions

14
docker-compose.yaml Normal file
View File

@@ -0,0 +1,14 @@
version: "3"
services:
texlive:
image: chill_user_manual_build
build:
context: docker/latex
command: ./build-pandoc.sh
# currently hardcoded, sorry
user: "1000"
volumes:
- .:/workdir
working_dir: /workdir