first commit
This commit is contained in:
5
server-ce/hotfix/2.6.2/Dockerfile
Normal file
5
server-ce/hotfix/2.6.2/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
Reference in New Issue
Block a user