Skip to content

Commit

Permalink
fix: workdir for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tssge committed Nov 13, 2023
1 parent 952d5c8 commit 9d717f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM pandoc/latex:2.13

WORKDIR /action/workspace

ENV CHROME_BIN="/usr/bin/chromium-browser"
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"]
CMD ["-F", "mermaid-filter", "-o"]
ENTRYPOINT ["/usr/bin/pandoc", "-F", "mermaid-filter", "-o"]

0 comments on commit 9d717f8

Please sign in to comment.