Skip to content

Commit

Permalink
bind port number
Browse files Browse the repository at this point in the history
  • Loading branch information
sunForest committed May 10, 2015
1 parent 1414191 commit 30b535a
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 @@ -22,7 +22,7 @@ test:
# set up test database
- python avipost/manage.py migrate --settings=avipost.settings.ci
# e2e test
- docker build -t avipost .
- docker build -t avipost -p 5432:5432 .
# - docker run --name=api -p 3001:80 -d avipost
override:
- coverage run --source='.' avipost/manage.py test --settings=avipost.settings.ci
Expand Down

0 comments on commit 30b535a

Please sign in to comment.