New: Entrypoint
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m47s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m47s
This commit is contained in:
@@ -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 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
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
ENTRYPOINT ["/usr/local/bin/pandoc"]
|
||||||
ENTRYPOINT [ "/bin/bash", "-c" ]
|
|
||||||
Reference in New Issue
Block a user