diff --git a/docker/php-fpm/start-container b/docker/php-fpm/start-container index 12af2efc..22799e3b 100644 --- a/docker/php-fpm/start-container +++ b/docker/php-fpm/start-container @@ -7,7 +7,7 @@ echo "➜ Install NPM Dependencies" npm install echo "➜ Build Project Assets" -gulp build +npx gulp build echo "➜ Listen To Incoming Requests" php-fpm