Commit 3c285ca6 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Add command to pandoc dockerfile.pandoc

parent 96613f89
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,4 +4,6 @@ RUN apt-get update -y && \
    apt-get install -y npm &&\
    npm install --global mermaid-filter

CMD ["/bin/sh"]

ENTRYPOINT ["/usr/local/bin/pandoc"]
 No newline at end of file