diff --git a/php_fpm/entrypoint.sh b/php_fpm/entrypoint.sh index 048e528..2644c7a 100644 --- a/php_fpm/entrypoint.sh +++ b/php_fpm/entrypoint.sh @@ -55,7 +55,7 @@ then echo "Going to run installer, first waiting 10 seconds for the database to start" sleep 10 echo "Running installer..." - php -f cli_install.php -- --iSwearIKnowWhatImDoing + php -f scripts/cli_install.php -- --iSwearIKnowWhatImDoing fi fi