Update next.config.js for standalone output and enhance README with Docker instructions and installation updates
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m13s

This commit is contained in:
Julien Froidefond
2025-12-19 10:38:53 +01:00
parent 5418447d29
commit ba5835866c
7 changed files with 206 additions and 6 deletions

View File

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