Setting up docker

This commit is contained in:
2025-05-26 22:37:30 -04:00
Unverified
parent bed36c8d7c
commit 885899bed3
2 changed files with 71 additions and 0 deletions

View File

@@ -4,4 +4,9 @@ const nextConfig: NextConfig = {
/* config options here */
};
module.exports = {
// ... rest of the configuration.
output: "standalone",
};
export default nextConfig;