mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-25 02:00:07 +02:00

[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
|