Updated more of the Dockerfile

This commit is contained in:
Tiago Ribeiro
2023-10-15 21:11:33 +01:00
parent 316c33b47c
commit d4085338ee
3 changed files with 19 additions and 34 deletions

View File

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