feat: add Docker support with Dockerfile and docker-compose configuration

This commit is contained in:
eafonyang
2026-06-25 16:14:04 +08:00
parent 6073f4d598
commit 2d4e98d53b
10 changed files with 262 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ const PUBLIC_PAGE_CACHE_CONTROL = 'public, max-age=0, s-maxage=300, stale-while-
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
allowedDevOrigins: ['127.0.0.1', '192.168.1.252'],
distDir: process.env.NEXT_DIST_DIR || '.next',