chore: add Dockerfile and standalone config for Coolify deployment

This commit is contained in:
Dwindi Ramadhana
2026-02-05 22:54:20 +07:00
parent 162d5384e2
commit aa33e15604
2 changed files with 60 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ const nextConfig = {
},
],
},
output: "standalone",
};
export default nextConfig;