Dockerfile 194 B

123456
  1. FROM sharelatex/sharelatex:3.2.0
  2. # Patch: fixes source editor broken
  3. # https://github.com/overleaf/overleaf/issues/1043
  4. COPY disable-codemirror.patch .
  5. RUN patch -p0 < disable-codemirror.patch