first commit
This commit is contained in:
6
server-ce/hotfix/3.2.1/Dockerfile
Normal file
6
server-ce/hotfix/3.2.1/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM sharelatex/sharelatex:3.2.0
|
||||
|
||||
# Patch: fixes source editor broken
|
||||
# https://github.com/overleaf/overleaf/issues/1043
|
||||
COPY disable-codemirror.patch .
|
||||
RUN patch -p0 < disable-codemirror.patch
|
Reference in New Issue
Block a user