docker add
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"dev-turbo": "next dev --turbo",
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"start": "NODE_ENV=production NODE_PORT=8004 node server.js",
|
||||
"start": "NODE_ENV=production NODE_PORT=3000 node server.js",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user