mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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
|