overleaf/server-ce/hotfix/2.4.1/Dockerfile
Miguel Serrano fe20868b5a Hotfix 2.4.1
2020-08-19 10:56:03 +02:00

6 lines
261 B
Docker

FROM sharelatex/sharelatex:2.4.0
# Patch: Fixes missing dependencies on web startup (https://github.com/overleaf/overleaf/issues/767)
RUN cd /var/www/sharelatex/web && \
npm install i18next@^19.6.3 i18next-fs-backend@^1.0.7 i18next-http-middleware@^3.0.2