feat: add Dockerfile for Node.js application with multi-stage build

This commit is contained in:
2025-07-18 16:32:58 +09:00
parent d750215952
commit 4bf5e36a50
2 changed files with 67 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactStrictMode: true,
output: "standalone",
};
export default nextConfig;