1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-01-15 13:13:54 +00:00
overleaf/server-ce/hotfix/2.6.2/Dockerfile
2021-05-20 10:59:43 +02:00

5 lines
194 B
Docker

FROM sharelatex/sharelatex:2.6.1
# Patch: fixes overleaf.com onboarding email being sent in CE/SP
COPY onboarding-email.patch ${baseDir}
RUN cd ${baseDir} && patch -p0 < onboarding-email.patch