Added dockerfile

This commit is contained in:
2025-10-04 15:19:11 +13:00
parent 24c168ae4b
commit 96aacddc3c
3 changed files with 123 additions and 0 deletions

6
next.config.js Normal file
View File

@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig