mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-08 11:02:50 +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
|