diff --git a/Dockerfile b/Dockerfile index 936d42f..fdceebc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,5 +23,4 @@ RUN curl https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash ENV NODE_PATH $NVM_DIR/versions/node/v$NODE_VERSION/lib/node_modules ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH -CMD ["/bin/bash"] -ENTRYPOINT [ "/bin/bash", "-c" ] \ No newline at end of file +ENTRYPOINT ["/usr/local/bin/pandoc"] \ No newline at end of file