npm install in dockerfile
All checks were successful
Deploy to Server / deploy (push) Successful in 1m20s

This commit is contained in:
2026-04-10 00:38:47 -05:00
parent 00541df679
commit 25fcaec204
3 changed files with 6 additions and 13 deletions

View File

@@ -41,13 +41,6 @@ jobs:
# Note: Changed 'onedev' to 'origin'. Update if your Gitea remote is named differently.
git pull origin main
npm install
npm audit fix
cd server
npm install
npm audit fix
cd ..
echo "==> Running Build..."
# If this build fails, 'set -e' aborts the script instantly.
# Your existing containers will NOT be touched, keeping the site up.