Docker nextjs

This commit is contained in:
2023-10-30 23:13:17 +01:00
parent 7d54a53005
commit 6e5f0fb312
6 changed files with 197 additions and 108 deletions

View File

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