mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 02:31:16 +00:00
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
|