mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
28ac76a2ec
[CE/SP] Hotfix 4.1.3 / 3.5.13 GitOrigin-RevId: 82d8db6164a197a0427f7b9aedd0a440ab2f71b1
5 lines
151 B
Docker
5 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
|