Skip to content

Commit

Permalink
[setup](build) change resume to pandoc
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 6, 2025
1 parent 07bde8b commit bbf5ae9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
resume-make:
build:
context: .
dockerfile: ./.docker/resume.dockerfile
container_name: resume-make
dockerfile: ./.docker/pandic.dockerfile
container_name: pandoc-make
entrypoint: /entrypoint.sh
image: resume-make
image: pandoc-make
volumes:
- .:/home/app/resume:z
- .:/home/app/pandoc:z

0 comments on commit bbf5ae9

Please sign in to comment.