mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
27c2e8b938
[web] Add option to disable subnet rate limiting (+CE/SP Hotfix `5.2.1`) GitOrigin-RevId: 78d60c9638cede729dd93c3c2421f55b34c0dbfe
5 lines
142 B
Docker
5 lines
142 B
Docker
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
|