resume/docker-compose.yml

14 lines
210 B
YAML
Raw Normal View History

services:
migration:
image: resume-generator
build:
context: ./
dockerfile: Dockerfile
working_dir: /app
volumes:
- ./:/app
command: xelatex resume.tex
restart: no