Skip to content

Commit

Permalink
Merge pull request #348 from Rotzbua/fix_docker_script
Browse files Browse the repository at this point in the history
fix(docker): possible path bug
  • Loading branch information
giovannicimolin authored Jul 22, 2024
2 parents 1405475 + e34638e commit aea0205
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=/app
docker run --rm -it -v $(pwd):$MOUNT_FOLDER -w $MOUNT_FOLDER themattrix/tox
docker run --rm -it -v "$(pwd)":"$MOUNT_FOLDER" -w "$MOUNT_FOLDER" themattrix/tox

0 comments on commit aea0205

Please sign in to comment.