Added Dockerfile and docker-compose.yaml for portable compilation of output pdf

This commit is contained in:
saundersp
2024-08-17 15:55:59 +02:00
parent 7bc99a71f4
commit b3f3f43e0a
2 changed files with 34 additions and 0 deletions

11
docker-compose.yaml Normal file
View File

@ -0,0 +1,11 @@
services:
notebook:
image: saundersp/notebook
build:
args:
UID: ${UID:-1000}
GID: ${GID:-1000}
pull_policy: never
user: ${UID:-1000}:${GID:-1000}
volumes:
- ./:/home/notebook/