Skip to content

Commit

Permalink
fix: image command/entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tssge committed Nov 13, 2023
1 parent 9d717f8 commit 5e2cac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
RUN apk add --update chromium npm bash
RUN npm install -g [email protected] --unsafe-perm=true

ENTRYPOINT ["/usr/bin/pandoc", "-F", "mermaid-filter", "-o"]
ENTRYPOINT ["pandoc", "-F", "mermaid-filter", "-o"]

0 comments on commit 5e2cac5

Please sign in to comment.