New: Entrypoint
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m47s

This commit is contained in:
2026-04-18 00:34:10 +02:00
parent 24a15752b7
commit c6eaa45b62

View File

@@ -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" ]
ENTRYPOINT ["/usr/local/bin/pandoc"]