mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
652f0cb0b7
[server-pro] add hotfix 4.2.2 GitOrigin-RevId: 61e7866798b3e263cabea4d32bc08957760013bf
5 lines
144 B
Docker
5 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
|