feat: add Docker configuration and environment setup for backend and frontend

This commit is contained in:
2026-03-11 22:49:59 +01:00
parent cb49c3e50a
commit dc29976c1f
5 changed files with 168 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;