mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
63dbea0092
[server-pro] prepare hotfix 4.0.1 GitOrigin-RevId: 42b543d5468614a820ca7f9f29c5c6b83d1f7e69
9 lines
284 B
Docker
9 lines
284 B
Docker
FROM sharelatex/sharelatex:4.0.0
|
|
|
|
# Patch: Block access to metrics endpoint
|
|
COPY pr_13229_ce_only.patch .
|
|
RUN patch -p0 --directory=/ < pr_13229_ce_only.patch
|
|
|
|
# Patch: Remove documentation link from editor outline
|
|
COPY outline_doc_icon.patch .
|
|
RUN patch -p0 < outline_doc_icon.patch
|