Use "npx" when executing the gulp task within the container.

This commit is contained in:
Alex Tselegidis 2023-06-30 09:34:37 +02:00
parent d055d10610
commit f6e01b5551
1 changed files with 1 additions and 1 deletions

View File

@ -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