From 7996a378eaa0575aff90965b6d738b06b0441860 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 15 Mar 2022 12:16:10 +0100 Subject: [PATCH] need to cd first --- php_fpm/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/php_fpm/entrypoint.sh b/php_fpm/entrypoint.sh index 85aab9e..048e528 100644 --- a/php_fpm/entrypoint.sh +++ b/php_fpm/entrypoint.sh @@ -13,6 +13,7 @@ then if [ -n "$NAMELESS_COMPOSER_INSTALL" ] then echo "NAMELESS_COMPOSER_INSTALL set, running composer install..." + cd /data composer install fi else