mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
9eb8743014
[CE/SP] Hotfix 4.1.6 GitOrigin-RevId: dc023665d5e0868913eff2104de1acaf7038cb9f
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
|