unit tests pass, acceptence fail

uncomment tests
This commit is contained in:
Henry Oswald
2018-03-01 13:55:55 +00:00
parent b8c22f4d74
commit 70f016af1f
19 changed files with 290 additions and 263 deletions

View File

@@ -32,12 +32,29 @@ services:
synctex:
image: quay.io/sharelatex/texlive-full:2017.1
volumes:
- ~/Projects/sharelatex-dev-environment/clsi/compiles/564c29f884179:/compile
- ~/Projects/sharelatex-dev-environment/clsi/compiles/cd749215b3512:/compile
- ./bin/synctex:/opt/synctex
command:
entrypoint:
/opt/synctex pdf /compile/output.pdf 1 100 200
# /opt/synctex code -h
# /opt/synctex code /compile/main.tex ./main.tex 3 5
# ls -al
app:
build: .
volumes:
- .:/app
working_dir: /app
extends:
file: docker-compose-config.yml
service: dev
environment:
REDIS_HOST: redis
MONGO_HOST: mongo
depends_on:
- redis
- mongo
redis: