overleaf/server-ce/hotfix/3.5.3/Dockerfile
Miguel Serrano 45296c81b0 Merge pull request #12275 from overleaf/msm-hotfix-3-5-3
[CE/SP] Hotfix 3.5.3

GitOrigin-RevId: a095ba799367dca182c9942aa2b8cdf8c46911f0
2023-03-17 09:06:31 +00:00

5 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