Skip to content

Commit 03d9dde

Browse files
[fix](build): change resume to pandoc(misspelled) (#112)
Added ./actions to /entrypoint.sh Signed-off-by: Ralph Hightower <[email protected]>
1 parent 12781a5 commit 03d9dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ services:
55
pandoc-make:
66
build:
77
context: .
8-
dockerfile: ./.docker/pandic.dockerfile
8+
dockerfile: ./.docker/pandoc.dockerfile
99
container_name: pandoc-make
10-
entrypoint: /entrypoint.sh
10+
entrypoint: ./actions/entrypoint.sh
1111
image: pandoc-make
1212
volumes:
1313
- .:/home/app/pandoc:z

0 commit comments

Comments
 (0)