mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-23 23:00:08 +02:00

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
|