Docker setup

This commit is contained in:
2025-08-16 21:31:30 -04:00
parent 03f8adf33d
commit 0341d5958f
2 changed files with 67 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
};
export default nextConfig;