feat: docker and compose

This commit is contained in:
Julien Froidefond
2025-12-01 08:14:04 +01:00
parent 34874aae86
commit 86236aeb04
4 changed files with 104 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ const nextConfig = {
images: {
unoptimized: true,
},
output: 'standalone',
};
export default nextConfig;