mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 15:42:17 +00:00
5 lines
122 B
Docker
5 lines
122 B
Docker
FROM sharelatex/sharelatex:4.1.5
|
|
|
|
# Adds missing dependency patches
|
|
ADD patches /overleaf/patches
|
|
RUN npm run postinstall
|