Dockerfile 302 B

12345678
  1. FROM sharelatex/sharelatex:3.5.10
  2. # Patch: Drop the old history collections and increase mongo query timeout
  3. ADD clean_sl_history_data.js /overleaf/services/web/scripts/history/clean_sl_history_data.js
  4. # Patch: convert large deleted docs to files
  5. COPY pr_14200.patch .
  6. RUN patch -p0 < pr_14200.patch