mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
6 lines
139 B
Text
6 lines
139 B
Text
|
FROM sharelatex/sharelatex:4.1.4
|
||
|
|
||
|
# Patch: Change streaming compression in history-v1
|
||
|
COPY pr_15445.patch .
|
||
|
RUN patch -p0 < pr_15445.patch
|