chore: align local docker environment
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user