added docker compose

This commit is contained in:
Hunter W.
2026-03-27 01:31:21 -04:00
parent 960f74a754
commit 8bc880fe10
4 changed files with 60 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactCompiler: true,
output: "standalone"
};
export default nextConfig;