mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[misc] add hotfixes for Server CE and Server Pro 3.5.1 GitOrigin-RevId: ea9c39b65bcc7d9ac1132ec8aed6c35274acfd13
7 lines
161 B
Docker
7 lines
161 B
Docker
FROM sharelatex/sharelatex:3.5.0
|
|
|
|
# Patch: fix German locales
|
|
COPY fix_de_locales.patch .
|
|
RUN patch -p0 < fix_de_locales.patch
|
|
RUN node genScript compile | bash
|