mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 16:40:49 +00:00
6 lines
178 B
Docker
6 lines
178 B
Docker
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
|