mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Hotfix 2.4.1
This commit is contained in:
parent
02098ca23b
commit
881bbde0a5
1 changed files with 6 additions and 0 deletions
6
hotfix/2.4.1/Dockerfile
Normal file
6
hotfix/2.4.1/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
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
|
Loading…
Reference in a new issue