Skip to content

Commit

Permalink
Use correct mount path for docker tox
Browse files Browse the repository at this point in the history
The `themattrix/tox` image require that the source dir mount is
located at /app.
  • Loading branch information
johnraz committed Oct 10, 2018
1 parent 412a4e8 commit bdd1a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
MOUNT_FOLDER=/django-rest-knox
MOUNT_FOLDER=/app
docker run --rm -it -v $(pwd):$MOUNT_FOLDER -w $MOUNT_FOLDER themattrix/tox

0 comments on commit bdd1a71

Please sign in to comment.