🐳 Add docker

This commit is contained in:
stefan080106
2022-06-07 22:33:24 +02:00
parent cbdf6a6b3f
commit 199da0d3f6
5 changed files with 5687 additions and 4997 deletions

View File

@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
reactStrictMode: true,
experimental: {
outputStandalone: true,
},
};
module.exports = nextConfig
module.exports = nextConfig;