There was an error while loading. Please reload this page.
1 parent 930fd82 commit bd778ccCopy full SHA for bd778cc
src/docker.sh
@@ -25,7 +25,7 @@ run() {
25
$PHPCTL_RUNTIME run \
26
--rm "$PHPCTL_TTY" \
27
--name "phpctl_$(openssl rand -hex 6)" \
28
- -e COMPOSER_AUTH="$COMPOSER_AUTH" \
+ $(env | awk -F= '/^[[:alpha:]]/{print $1}' | sed 's/^/-e/') \
29
-v /var/run/docker.sock:/var/run/docker.sock \
30
-v ~/.gitconfig:/root/.gitconfig \
31
-v "$(pwd)":/opt -w /opt \
0 commit comments