Skip to content

Commit

Permalink
fixed docker-compose exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
fearphage committed Mar 9, 2017
1 parent 8af7be3 commit 4c8c15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
services:
test:
build: .
command: npm test
command: npm test; exit $?
environment:
- VAULT_ADDR=http://vault:8200
volumes:
Expand Down

0 comments on commit 4c8c15e

Please sign in to comment.