wip, docker container is correctly created

This commit is contained in:
Henry Oswald
2018-02-26 14:29:30 +00:00
parent 8f6db5baff
commit b8c22f4d74
11 changed files with 495 additions and 485 deletions

View File

@@ -29,6 +29,17 @@ services:
- mongo
entrypoint: npm run test:acceptance
synctex:
image: quay.io/sharelatex/texlive-full:2017.1
volumes:
- ~/Projects/sharelatex-dev-environment/clsi/compiles/564c29f884179:/compile
- ./bin/synctex:/opt/synctex
command:
/opt/synctex pdf /compile/output.pdf 1 100 200
redis:
image: redis