latex-ub/server-ce/hotfix/3.5.13/Dockerfile
2025-05-05 12:24:05 +00:00

5 lines
152 B
Docker

FROM sharelatex/sharelatex:3.5.12
# Patch: fix soft history retry in cron job
COPY history_soft_retry.patch .
RUN patch -p0 < history_soft_retry.patch