diff --git a/latex/default/Dockerfile b/latex/default/Dockerfile index c53fa0d..75fd55d 100644 --- a/latex/default/Dockerfile +++ b/latex/default/Dockerfile @@ -6,3 +6,5 @@ RUN pacman -Syu texlive-basic texlive-bin texlive-binextra texlive-fontsrecommen COPY ./entrypoint.sh /root/ RUN chmod +x /root/entrypoint.sh + +ENTRYPOINT [ "/root/entrypoint.sh" ]