13 lines
328 B
YAML
13 lines
328 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
markdown_pipeline_client:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./ResumeInput:/app/ResumeInput
|
|
- ./ResumeOutput:/app/ResumeOutput
|
|
- ./env/CandidateVariables.env:/env/CandidateVariables.env:ro
|
|
command: ["/app/build-pipeline-client-markdown.sh"]
|