Add Dockerfile for application setup, update next.config.ts for standalone output, enhance documentation for FFMPEG_PATH, and implement ffmpeg location flag in download functionality

This commit is contained in:
2025-12-21 11:57:56 -06:00
parent d28de69bcb
commit ce199be67b
4 changed files with 75 additions and 7 deletions

View File

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