removed user temporarly, created make ci task

This commit is contained in:
Henry Oswald
2018-03-06 10:30:05 +00:00
parent 4e6514b17e
commit 96a237fb74
5 changed files with 16 additions and 35 deletions

View File

@@ -21,12 +21,6 @@ services:
extends:
file: docker-compose-config.yml
service: dev
environment:
REDIS_HOST: redis
MONGO_HOST: mongo
depends_on:
- redis
- mongo
entrypoint: npm run test:acceptance
redis: