mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
45296c81b0
[CE/SP] Hotfix 3.5.3 GitOrigin-RevId: a095ba799367dca182c9942aa2b8cdf8c46911f0
6 lines
180 B
Docker
6 lines
180 B
Docker
FROM sharelatex/sharelatex:3.5.2
|
|
|
|
# Patch: remove stats collection from history migration script
|
|
COPY remove_stats_collection.patch .
|
|
RUN patch -p0 < remove_stats_collection.patch
|