do not restrict composer wrapper working dir to the report root

This commit is contained in:
maxpozdeev 2022-08-23 21:49:16 +03:00
parent 487a450da9
commit 550055a58c

View file

@ -1,5 +1,6 @@
#!/bin/sh
dir="$( dirname -- "$( readlink -f -- "$0"; )"; )"
#dir="$( dirname -- "$( readlink -f -- "$0"; )"; )"
dir="$PWD"
docker run -it --rm -v "$dir:/app" composer $@