mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
63520c7076
[misc] ShareLaTeX cleanup - high impact GitOrigin-RevId: 6dcce9b0f15e30f7afcf6d69c3df36a369f38120
8 lines
350 B
Docker
8 lines
350 B
Docker
FROM sharelatex/sharelatex:3.5.5
|
|
|
|
# Patch: support trustProxyIps in Overleaf Community Edition/Server Pro
|
|
COPY trusted_proxy_ips.patch .
|
|
RUN patch -p0 --directory=/etc/sharelatex < trusted_proxy_ips.patch
|
|
|
|
# Patch: add script to cleanup legacy history data
|
|
ADD clean_sl_history_data.js /overleaf/services/web/scripts/history/clean_sl_history_data.js
|