feat: Update Docker deployment scripts and configurations for default admin account creation

This commit is contained in:
2025-07-28 21:55:11 +02:00
parent aada481c0a
commit 225d16c1c9
5 changed files with 20 additions and 14 deletions

View File

@@ -8,6 +8,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"create-admin": "node scripts/create-admin.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",