MachinaCheck / next.config.js
sarmaddev's picture
added docker and nextjs app
3318ac7
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig