Skip to content

Commit

Permalink
[fix](build): change resume to pandoc(misspelled) (#112)
Browse files Browse the repository at this point in the history
Added ./actions to /entrypoint.sh

Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 7, 2025
1 parent 12781a5 commit 03d9dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
pandoc-make:
build:
context: .
dockerfile: ./.docker/pandic.dockerfile
dockerfile: ./.docker/pandoc.dockerfile
container_name: pandoc-make
entrypoint: /entrypoint.sh
entrypoint: ./actions/entrypoint.sh
image: pandoc-make
volumes:
- .:/home/app/pandoc:z

0 comments on commit 03d9dde

Please sign in to comment.