diff options
author | 2022-03-05 15:59:29 +0000 | |
---|---|---|
committer | 2022-03-05 21:41:16 +0000 | |
commit | 7503a06e6c5dbe9d30cfd59cc784ffb91bab8cb5 (patch) | |
tree | 46645403bfb315995fdbd6d585891ee4ef39e16e /next.config.js | |
parent | 0dbd7a110883f88ec5210a04063d0c092a39e039 (diff) | |
download | my_apps-7503a06e6c5dbe9d30cfd59cc784ffb91bab8cb5.tar.gz my_apps-7503a06e6c5dbe9d30cfd59cc784ffb91bab8cb5.tar.bz2 my_apps-7503a06e6c5dbe9d30cfd59cc784ffb91bab8cb5.zip |
add docker config
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js index fb484ca..feea710 100644 --- a/next.config.js +++ b/next.config.js @@ -2,5 +2,8 @@ module.exports = { eslint: { ignoreDuringBuilds: true, dirs: ['apps', 'components', 'pages', 'configs', 'helpers', 'hocs', 'hooks'] - } + }, + experimental: { + outputStandalone: true + }, } |