Fix Docker build: use npm install --production and add npm start script

This commit is contained in:
Ryderjj89
2025-09-29 19:01:56 -04:00
parent c033410c2e
commit abd022277f
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,8 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"postinstall": "nuxt prepare",
"start": "nuxt start"
},
"dependencies": {
"nuxt": "^4.0.0",