mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
9064f08765
[server-pro] add hotfix 4.2.2 GitOrigin-RevId: 61e7866798b3e263cabea4d32bc08957760013bf
6 lines
144 B
Docker
6 lines
144 B
Docker
FROM sharelatex/sharelatex:4.2.1
|
|
|
|
# Patch: https://github.com/overleaf/internal/pull/16956
|
|
COPY pr_16956.patch .
|
|
RUN patch -p0 < pr_16956.patch
|