mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5 lines
194 B
Docker
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
|