aset Dockerfile

This commit is contained in:
2025-04-09 11:48:48 +03:30
parent 6ec8b08618
commit aaecf79c82
5 changed files with 80 additions and 38 deletions
+9
View File
@@ -0,0 +1,9 @@
// next.config.js
const nextConfig = {
output: 'standalone',
// Add other configurations below
reactStrictMode: true,
swcMinify: true,
}
module.exports = nextConfig