Docker support

This commit is contained in:
ASOwnerYT
2025-11-22 23:46:31 +13:00
committed by GitHub
parent eede38a7de
commit ebb2d8a2ab
+1 -1
View File
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
/*output: "standalone",*/ output: "standalone",
}; };
export default nextConfig; export default nextConfig;