Enable Next.js standalone mode and simplify Dockerfile copy block
All checks were successful
Staging Build / build (push) Successful in 1m43s
All checks were successful
Staging Build / build (push) Successful in 1m43s
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
cacheComponents: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user