mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
ab4a01f15b
[CE/SP] Hotfix 3.1.1 GitOrigin-RevId: f1c3feb17e90f9cd1050b7a2b4ad18e7db9a8ed3
11 lines
281 B
Docker
11 lines
281 B
Docker
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
|