mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
8 lines
338 B
Docker
8 lines
338 B
Docker
|
FROM sharelatex/sharelatex:5.0.2-RC6
|
||
|
|
||
|
# Patch: https://github.com/overleaf/internal/pull/18065
|
||
|
RUN npm install @overleaf/redis-wrapper @overleaf/settings -w services/history-v1
|
||
|
ADD 910_initiate_doc_version_recovery /etc/my_init.d/910_initiate_doc_version_recovery
|
||
|
COPY pr_18065.patch .
|
||
|
RUN patch -p0 < pr_18065.patch && rm pr_18065.patch
|