Files
people-randomizr/next.config.js
Julien Froidefond ba5835866c
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m13s
Update next.config.js for standalone output and enhance README with Docker instructions and installation updates
2025-12-19 10:38:53 +01:00

8 lines
118 B
JavaScript

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