add docker setting
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
"build": "next build -p 2997",
|
||||
"start": "next start -p 2997"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "16.1.2",
|
||||
|
||||
Reference in New Issue
Block a user