resume/docker-compose.yml

14 lines
227 B
YAML
Raw Permalink Normal View History

2022-05-29 02:11:10 +00:00
version: '2'
services:
resume-make:
build:
context: .
dockerfile: ./.docker/resume.dockerfile
command: make
container_name: resume-make
image: resume-make
volumes:
- .:/home/app/resume