first commit
This commit is contained in:
10
server-ce/hotfix/2.4.2/Dockerfile
Normal file
10
server-ce/hotfix/2.4.2/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM sharelatex/sharelatex:2.4.1
|
||||
|
||||
|
||||
# Patch: Fixes anonymous read/write sharing
|
||||
COPY anonymous-metadata.patch ${baseDir}
|
||||
RUN cd ${baseDir} && patch -p0 < anonymous-metadata.patch
|
||||
|
||||
# Patch: Fixes left footer with html text
|
||||
COPY left-footer-skip-translation.patch ${baseDir}
|
||||
RUN cd ${baseDir} && patch -p0 < left-footer-skip-translation.patch
|
Reference in New Issue
Block a user