mirror of
https://github.com/acaloiaro/resume
synced 2026-07-21 10:12:25 +00:00
14 lines
227 B
YAML
14 lines
227 B
YAML
|
|
version: '2'
|
||
|
|
|
||
|
|
services:
|
||
|
|
|
||
|
|
resume-make:
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
dockerfile: ./.docker/resume.dockerfile
|
||
|
|
command: make
|
||
|
|
container_name: resume-make
|
||
|
|
image: resume-make
|
||
|
|
volumes:
|
||
|
|
- .:/home/app/resume
|