14 lines
210 B
YAML
14 lines
210 B
YAML
|
|
|
||
|
|
services:
|
||
|
|
migration:
|
||
|
|
image: resume-generator
|
||
|
|
build:
|
||
|
|
context: ./
|
||
|
|
dockerfile: Dockerfile
|
||
|
|
working_dir: /app
|
||
|
|
volumes:
|
||
|
|
- ./:/app
|
||
|
|
command: xelatex resume.tex
|
||
|
|
restart: no
|
||
|
|
|