Skip to content

Commit

Permalink
Volume mount the tox directory fixes #375
Browse files Browse the repository at this point in the history
This makes it so the local volumes being mounted into the docker
container via compose do not include `.tox`.
  • Loading branch information
mattrasband authored and ovv committed Aug 4, 2019
1 parent 63f38e3 commit bb84777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
- "8000:8000"
volumes:
- "${PWD}:/app"
- /app/.tox
command: gunicorn pyslackersweb:app_factory --access-logfile - --bind=0.0.0.0:8000 --worker-class=aiohttp.GunicornWebWorker --reload

redis:
Expand Down

0 comments on commit bb84777

Please sign in to comment.