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