chore: align local docker environment

This commit is contained in:
2026-05-19 13:40:25 +08:00
parent 7292bb2eaf
commit c49e1b3187
6 changed files with 117 additions and 5 deletions

View File

@@ -6,7 +6,10 @@
"dev": "next dev -p 4560",
"build": "next build",
"start": "next start -p 4560",
"lint": "next lint"
"lint": "next lint",
"docker:up": "docker compose up -d --build",
"docker:down": "docker compose down",
"docker:logs": "docker compose logs -f web"
},
"dependencies": {
"next": "^15.5.18",