mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
6 lines
152 B
Docker
6 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
|