Update command name

This commit is contained in:
Sylvain Bellemare 2016-02-11 14:13:08 +01:00
parent 93dd3806b9
commit 19d00496c7
2 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,6 @@ before_install:
- pip install codecov
- docker-compose build
script: docker-compose run --rm bigchain py.test -v --cov=bigchaindb
script: docker-compose run --rm bigchaindb py.test -v --cov=bigchaindb
after_success: codecov

View File

@ -12,7 +12,7 @@ rethinkdb-data:
- /data
command: "true"
bigchain:
bigchaindb:
build: .
volumes:
- ./:/usr/src/app/
@ -20,4 +20,4 @@ bigchain:
- rethinkdb
environment:
BIGCHAIN_DATABASE_HOST: rethinkdb
command: bigchain start
command: bigchaindb start