Followed the with-docker example

This commit is contained in:
Tiago Ribeiro
2023-10-15 20:48:32 +01:00
parent 958384af15
commit afa595c5ea
4 changed files with 68 additions and 11 deletions

View File

@@ -1,7 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
module.exports = {
output: "standalone",
};
module.exports = nextConfig;