6 lines
208 B
Bash
6 lines
208 B
Bash
docker run --rm \
|
|
-v "$(pwd)/env/ResumeVariables.env:/env/ResumeVariables.env:ro" \
|
|
-v "$(pwd)/Resume-Input:/Resume-Input" \
|
|
-v "$(pwd)/Resume-Output:/Resume-Output" \
|
|
markdown-pipeline-client:latest
|