Added dockerfile and compose files for deployment

This commit is contained in:
2025-12-05 17:15:17 -05:00
parent fc04f7ba7a
commit 81004f59d2
5 changed files with 100 additions and 1 deletions

View File

@@ -3,7 +3,8 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
experimental: {
optimizePackageImports: ["@chakra-ui/react"]
}
},
output: "standalone"
};
export default nextConfig;