mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
change synctex binary and added it to mounted volumes in docker config
This commit is contained in:
parent
1101763f50
commit
0e2603e4be
2 changed files with 3 additions and 1 deletions
Binary file not shown.
|
@ -13,6 +13,7 @@ services:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./compiles:/app/compiles
|
- ./compiles:/app/compiles
|
||||||
- ./cache:/app/cache
|
- ./cache:/app/cache
|
||||||
|
- ./bin/synctex:/app/bin/synctex
|
||||||
|
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
|
@ -26,5 +27,6 @@ services:
|
||||||
SQLITE_PATH: /app/compiles/db.sqlite
|
SQLITE_PATH: /app/compiles/db.sqlite
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:rw
|
- /var/run/docker.sock:/var/run/docker.sock:rw
|
||||||
- ./cache:/app/cache
|
|
||||||
- ./compiles:/app/compiles
|
- ./compiles:/app/compiles
|
||||||
|
- ./cache:/app/cache
|
||||||
|
- ./bin/synctex:/app/bin/synctex
|
||||||
|
|
Loading…
Reference in a new issue