Dockerfile 188 B

12345
  1. FROM sharelatex/sharelatex:3.0.0
  2. # Patch: fixes overleaf.com onboarding email being sent in CE/SP
  3. COPY remove-disconnect-endpoint.patch .
  4. RUN patch -p0 < remove-disconnect-endpoint.patch