mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
6 lines
194 B
Docker
6 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
|