converting to docker

This commit is contained in:
2025-01-09 14:54:08 -06:00
parent 25a128b2ad
commit a241e7ddd9
214 changed files with 118 additions and 11317 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
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"]