Dockerfile 168 B

12345
  1. FROM sharelatex/sharelatex:3.5.6
  2. # Patch: clean up history id on `migrate_history.js --force-clean`
  3. COPY force_clean_fix.patch .
  4. RUN patch -p0 < force_clean_fix.patch