Remove entrypoint for container
Some checks failed
Create and publish container / build_container (push) Failing after 7s

This commit is contained in:
2025-12-23 06:55:05 +01:00
parent 4489dd0ca3
commit 444adda49b

View File

@@ -6,5 +6,3 @@ RUN apk add texlive texlive-bibtexextra texlive-context texlive-dvi texlive-font
COPY entrypoint.sh /root/
RUN chmod +x /root/entrypoint.sh
ENTRYPOINT [ "/root/entrypoint.sh" ]