fix for none root users move npm cache to /tmp
All checks were successful
ci/woodpecker/push/build_dev Pipeline was successful

This commit is contained in:
Ruben Momoa
2024-08-28 13:46:01 +02:00
parent 2e4ae4d861
commit 6ffb2b6ed9

View File

@@ -23,7 +23,7 @@ fi
if [[ "$BOOT_NPM_INSTALL" = true ]]; then
echo "npm install"
npm install
npm install --cache /tmp/npm
fi
if [ ! -f /var/www/html/artisan ]; then