Files
overleaf-server-arm/server-ce/hotfix/4.1.3/Dockerfile
2025-04-24 13:11:28 +08:00

6 lines
151 B
Docker

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