Docker configuration

This commit is contained in:
Markus Thielker 2024-12-22 13:52:15 +01:00
parent e2ba6e0029
commit a368150d6d
No known key found for this signature in database
5 changed files with 71 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import type { NextConfig } from "next";
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
};
export default nextConfig;