Added Dockerfile and docker-compose.yaml for portable compilation of output pdf
This commit is contained in:
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal 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/
|
Reference in New Issue
Block a user