Skip to content

Commit

Permalink
Merge pull request #254 from johngian/fix-docker-compose
Browse files Browse the repository at this point in the history
Always reinstall mozilla-django-oidc from source in local docker setup.
  • Loading branch information
johngian committed Jun 19, 2018
2 parents eb7ca6b + d36d27f commit 39792c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ services:
- DJANGO_VERSION=${DJANGO_VERSION:-Django>=2.0}
command: >-
bash -c "cd /mozilla-django-oidc/ &&
python setup.py build &&
python setup.py install &&
pip install -I . &&
cd /code &&
pip install $$DJANGO_VERSION &&
./bin/run.sh"
Expand Down

0 comments on commit 39792c5

Please sign in to comment.