forked from mirrors/easyappointments
Use "npx" when executing the gulp task within the container.
This commit is contained in:
parent
d055d10610
commit
f6e01b5551
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ echo "➜ Install NPM Dependencies"
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
echo "➜ Build Project Assets"
|
echo "➜ Build Project Assets"
|
||||||
gulp build
|
npx gulp build
|
||||||
|
|
||||||
echo "➜ Listen To Incoming Requests"
|
echo "➜ Listen To Incoming Requests"
|
||||||
php-fpm
|
php-fpm
|
||||||
|
|
Loading…
Reference in a new issue