mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
do not restrict composer wrapper working dir to the report root
This commit is contained in:
parent
487a450da9
commit
550055a58c
1 changed files with 2 additions and 1 deletions
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue