Docker support v2

This commit is contained in:
ASOwnerYT
2026-03-20 23:36:24 +13:00
parent d36959fa96
commit 84aa8d8093
5 changed files with 331 additions and 101 deletions
+1 -6
View File
@@ -1,11 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
images: {
unoptimized: true,
},
output: "standalone",
}
export default nextConfig