add docker setting

This commit is contained in:
smanylov
2026-01-19 12:05:26 +07:00
parent a54326461a
commit f3add6838a
4 changed files with 57 additions and 2 deletions
+2 -2
View File
@@ -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",