fix: update Dockerfile for production deployment

This commit is contained in:
2026-04-21 23:22:02 +02:00
parent 58921ca65b
commit 802e50378f
2 changed files with 9 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"start": "node .output/server/index.mjs",
"preview": "vite preview",
"test": "vitest run",
"lint": "eslint",
@@ -53,4 +54,4 @@
"lightningcss"
]
}
}
}