set entry point for dockerfile

This commit is contained in:
Henry Oswald
2018-03-06 10:59:40 +00:00
parent 96a237fb74
commit aca9100c52
3 changed files with 7 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ services:
extends:
file: docker-compose-config.yml
service: dev
entrypoint: npm run test:acceptance
command: npm run test:acceptance
redis:
image: redis