Update Dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m24s

This commit is contained in:
2026-04-21 07:21:40 +00:00
parent d2995fb914
commit b817484bcf

View File

@@ -23,4 +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 NODE_PATH $NVM_DIR/versions/node/v$NODE_VERSION/lib/node_modules
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
ENTRYPOINT ["/usr/local/bin/pandoc"] CMD ["/usr/local/bin/pandoc"]