mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
45296c81b0
[CE/SP] Hotfix 3.5.3 GitOrigin-RevId: a095ba799367dca182c9942aa2b8cdf8c46911f0
5 lines
180 B
Docker
5 lines
180 B
Docker
FROM sharelatex/sharelatex:3.5.2
|
|
|
|
# Patch: remove stats collection from history migration script
|
|
COPY remove_stats_collection.patch .
|
|
RUN patch -p0 < remove_stats_collection.patch
|