From c5a5ba3c4098e43c1d24c6bdda2d1f1684db7ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 24 May 2019 07:59:42 +0200 Subject: [PATCH] Fix: Show some information to allow debugging --- entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e0611dc..2cda50c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,6 @@ #!/bin/sh -l +sh -c "/usr/local/bin/composer global show --direct" +sh -c "/usr/local/bin/composer list" +sh -c "ls -la" sh -c "/usr/local/bin/composer normalize --dry-run" -