overleaf/server-ce/hotfix/3.5.1/Dockerfile
Jakob Ackermann 3c62bbff47 Merge pull request #11983 from overleaf/jpa-server-pro-3-5-1
[misc] add hotfixes for Server CE and Server Pro 3.5.1

GitOrigin-RevId: ea9c39b65bcc7d9ac1132ec8aed6c35274acfd13
2023-03-01 09:03:14 +00:00

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