use outputStandalone to reduce docker image size
This commit is contained in:
@@ -6,6 +6,9 @@ module.exports = {
|
||||
VERSION: pkg.version,
|
||||
},
|
||||
basePath: process.env.BASE_PATH,
|
||||
experimental: {
|
||||
outputStandalone: true,
|
||||
},
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user