mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
8 lines
291 B
Docker
8 lines
291 B
Docker
FROM sharelatex/sharelatex:2.1.0
|
|
|
|
# Patch: defines recaptcha config to fix share-related issues
|
|
# - https://github.com/overleaf/overleaf/issues/684
|
|
ADD add-recaptcha-config.patch /etc/sharelatex/add-recaptcha-config.patch
|
|
RUN cd /etc/sharelatex/ && \
|
|
patch < add-recaptcha-config.patch
|
|
|