Add docker build for deployment
This commit is contained in:
parent
3e9faa0c03
commit
3d48aa0aac
3 changed files with 51 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue