Skip to content
Snippets Groups Projects
Commit 3c285ca6 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Add command to pandoc dockerfile.pandoc

parent 96613f89
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,6 @@ RUN apt-get update -y && \ ...@@ -4,4 +4,6 @@ RUN apt-get update -y && \
apt-get install -y npm &&\ apt-get install -y npm &&\
npm install --global mermaid-filter npm install --global mermaid-filter
CMD ["/bin/sh"]
ENTRYPOINT ["/usr/local/bin/pandoc"] ENTRYPOINT ["/usr/local/bin/pandoc"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment