mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
[server-pro] prepare hotfix release 4.1.5 GitOrigin-RevId: de65501909ed5aba6eadf556d2c41ca3a8cc14e2
6 lines
139 B
Docker
6 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
|