mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
b7c4f3333e
[server-pro] prepare hotfix release 4.1.4 GitOrigin-RevId: 2301f366f9b7f170a5801c5b74d10b9b7757973e
9 lines
259 B
Docker
9 lines
259 B
Docker
FROM sharelatex/sharelatex:4.1.3
|
|
|
|
# Patch: Make history-v1 http request timeout configurable
|
|
COPY pr_15409.patch /
|
|
RUN cd / && patch -p0 < pr_15409.patch
|
|
|
|
# Patch: Add verbose logging for I/O in history-v1
|
|
COPY pr_15410.patch .
|
|
RUN patch -p0 < pr_15410.patch
|