add docker files & nginx config

This commit is contained in:
2025-12-18 14:04:14 +03:00
parent f1a65f2fe4
commit 797c53bfca
13 changed files with 4300 additions and 950 deletions

View File

@@ -17,7 +17,8 @@
"next": "16.0.10",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.68.0"
"react-hook-form": "^7.68.0",
"typescript": "^5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
@@ -27,7 +28,6 @@
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"tailwindcss": "^4",
"typescript": "^5"
"tailwindcss": "^4"
}
}