mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
52133a0e39
[server-pro] prepare hotfix release 4.1.5 GitOrigin-RevId: de65501909ed5aba6eadf556d2c41ca3a8cc14e2
5 lines
139 B
Docker
5 lines
139 B
Docker
FROM sharelatex/sharelatex:4.1.4
|
|
|
|
# Patch: Change streaming compression in history-v1
|
|
COPY pr_15445.patch .
|
|
RUN patch -p0 < pr_15445.patch
|