mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
6 lines
142 B
Text
6 lines
142 B
Text
|
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
|