From f6e01b5551b29c4564b7f085d470a354530092b7 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 30 Jun 2023 09:34:37 +0200 Subject: [PATCH] Use "npx" when executing the gulp task within the container. --- docker/php-fpm/start-container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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