first commit
This commit is contained in:
11
server-ce/hotfix/3.1.1/Dockerfile
Normal file
11
server-ce/hotfix/3.1.1/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM sharelatex/sharelatex:3.1.0
|
||||
|
||||
# Patch: fixes Sharelatex History navigation
|
||||
# https://github.com/overleaf/overleaf/issues/1035
|
||||
COPY fix-history-navigation.patch .
|
||||
RUN patch -p0 < fix-history-navigation.patch
|
||||
|
||||
|
||||
# Rebuild client
|
||||
# --------------
|
||||
RUN node genScript compile | bash
|
Reference in New Issue
Block a user