use outputStandalone to reduce docker image size

This commit is contained in:
Thomas Mair 2022-05-24 12:13:49 +02:00
parent f55ba7bd80
commit d35134c439
2 changed files with 40 additions and 30 deletions

View file

@ -6,6 +6,9 @@ module.exports = {
VERSION: pkg.version,
},
basePath: process.env.BASE_PATH,
experimental: {
outputStandalone: true,
},
eslint: {
ignoreDuringBuilds: true,
},