From 7503a06e6c5dbe9d30cfd59cc784ffb91bab8cb5 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 5 Mar 2022 15:59:29 +0000 Subject: add docker config --- next.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'next.config.js') 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 + }, } -- cgit v1.2.3