chore: Support building with Docker
This commit is contained in:
parent
de3b35bfa9
commit
6e60dfa44b
5 changed files with 43 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