Dockerfile 161 B

123456
  1. FROM sharelatex/sharelatex:3.5.0
  2. # Patch: fix German locales
  3. COPY fix_de_locales.patch .
  4. RUN patch -p0 < fix_de_locales.patch
  5. RUN node genScript compile | bash