overleaf/server-ce/hotfix/5.2.1/Dockerfile

6 lines
142 B
Text
Raw Permalink Normal View History

FROM sharelatex/sharelatex:5.2.0
# Subnet rate limiter fix
COPY pr_21327.patch /
RUN cd / && patch -p0 < pr_21327.patch && rm pr_21327.patch