Migrate to better setup

This commit is contained in:
2026-01-09 14:47:33 +01:00
parent c72186006f
commit a909be1876

View File

@@ -6,3 +6,5 @@ RUN pacman -Syu texlive-basic texlive-bin texlive-binextra texlive-fontsrecommen
COPY ./entrypoint.sh /root/ COPY ./entrypoint.sh /root/
RUN chmod +x /root/entrypoint.sh RUN chmod +x /root/entrypoint.sh
ENTRYPOINT [ "/root/entrypoint.sh" ]