deploy(core): add docker files

This commit is contained in:
2026-04-21 21:23:02 +02:00
parent 762b03c291
commit e6d07d05cd
4 changed files with 73 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ import createNextIntlPlugin from "next-intl/plugin";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
};
const withNextIntl = createNextIntlPlugin();