mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
6 lines
122 B
Text
6 lines
122 B
Text
|
FROM sharelatex/sharelatex:4.1.5
|
||
|
|
||
|
# Adds missing dependency patches
|
||
|
ADD patches /overleaf/patches
|
||
|
RUN npm run postinstall
|