mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
use outputStandalone to reduce docker image size
This commit is contained in:
parent
f55ba7bd80
commit
d35134c439
2 changed files with 40 additions and 30 deletions
|
|
@ -6,6 +6,9 @@ module.exports = {
|
|||
VERSION: pkg.version,
|
||||
},
|
||||
basePath: process.env.BASE_PATH,
|
||||
experimental: {
|
||||
outputStandalone: true,
|
||||
},
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue