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

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