Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
change synctex binary and added it to mounted volumes in docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
henryoswald committed May 25, 2018
1 parent 9548615 commit 0b3af7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified bin/synctex
Binary file not shown.
4 changes: 3 additions & 1 deletion docker-compose-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- ./compiles:/app/compiles
- ./cache:/app/cache
- ./bin/synctex:/app/bin/synctex


ci:
Expand All @@ -26,5 +27,6 @@ services:
SQLITE_PATH: /app/compiles/db.sqlite
volumes:
- /var/run/docker.sock:/var/run/docker.sock:rw
- ./cache:/app/cache
- ./compiles:/app/compiles
- ./cache:/app/cache
- ./bin/synctex:/app/bin/synctex

0 comments on commit 0b3af7d

Please sign in to comment.