mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
4ee76cf2b4
Removes `/disconnectAllUsers`, that was exposed to all users Fixes broken image when `ENABLE_CONVERSIONS` is set to `false` GitOrigin-RevId: 6ef04e1bff91ac46d3587075328bba2636bb23e2
5 lines
188 B
Docker
5 lines
188 B
Docker
FROM sharelatex/sharelatex:3.0.0
|
|
|
|
# Patch: fixes overleaf.com onboarding email being sent in CE/SP
|
|
COPY remove-disconnect-endpoint.patch .
|
|
RUN patch -p0 < remove-disconnect-endpoint.patch
|