build(app): optimize app docker image by use Next.js standalone output
This commit is contained in:
parent
4f5f6be85f
commit
838b779f3d
2 changed files with 19 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue