feat: add Docker support with Dockerfile and docker-compose configuration
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user