overleaf/server-ce/hotfix/3.5.8/Dockerfile
Miguel Serrano ad006205ec Merge pull request #13575 from overleaf/msm-ce-sp-hotfix-3-5-8--4-0-3
CE/SP hotfixes 3.5.8 and 4.0.3

GitOrigin-RevId: c9ed39553154065d5eb59dfa0096756a2b1b1211
2023-07-17 10:45:05 +00:00

5 lines
135 B
Docker

FROM sharelatex/sharelatex:3.5.7
# Patch: fixes anonymous edits breaking history
COPY pr_13574.patch .
RUN patch -p0 < pr_13574.patch