feat: enhance Dockerfile and docker-compose for improved build output handling and service configuration

This commit is contained in:
yuanhau 2025-05-09 23:13:30 +08:00
parent a0b3438781
commit f17aea24cd
3 changed files with 48 additions and 42 deletions

View file

@ -9,7 +9,8 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prettier": "prettier --write .",
"createdb": "bun run createDatabase.ts"
"createdb": "bun run createDatabase.ts",
"start": "bun run .output/server/index.mjs"
},
"dependencies": {
"@fontsource-variable/noto-sans-tc": "^5.2.5",