mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
cf3d68e774
[CE/SP] Hotfix 4.1.6 GitOrigin-RevId: dc023665d5e0868913eff2104de1acaf7038cb9f
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
|