Skip to content

Commit

Permalink
add --net=host
Browse files Browse the repository at this point in the history
  • Loading branch information
sunForest committed May 10, 2015
1 parent 8820357 commit 67d8e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test:
- python avipost/manage.py migrate --settings=avipost.settings.ci
# e2e test
- docker build -t avipost .
- docker run --name=api -p 80:80 -d avipost
- docker run --name=api --net='host' -p 80:80 -d avipost
override:
- coverage run --source='.' avipost/manage.py test --settings=avipost.settings.ci
post:
Expand Down

0 comments on commit 67d8e2a

Please sign in to comment.