add docker

This commit is contained in:
2025-04-23 20:52:01 +07:00
parent ef52d632bd
commit 4af35a14c6
3 changed files with 52 additions and 0 deletions

View File

@@ -5,6 +5,25 @@ import type { NextConfig } from "next";
const withNextIntl = createNextIntlPlugin()
const nextConfig: NextConfig = {
reactStrictMode: false,
output: 'standalone',
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'localhost',
pathname: '**',
},
{
protocol: 'http',
hostname: 'localhost',
pathname: '**',
}
],
},
eslint: {
ignoreDuringBuilds: true,
},
async rewrites() {
return [
{