mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
3c62bbff47
[misc] add hotfixes for Server CE and Server Pro 3.5.1 GitOrigin-RevId: ea9c39b65bcc7d9ac1132ec8aed6c35274acfd13
6 lines
161 B
Docker
6 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
|