mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
feat: use nextjs.js standalone output for improvised docker image (#338)
This commit is contained in:
@ -12,6 +12,7 @@ ENV_FILES.forEach((file) => {
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const config = {
|
||||
output: process.env.DOCKER_OUTPUT ? 'standalone' : undefined,
|
||||
experimental: {
|
||||
serverActionsBodySizeLimit: '50mb',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user