feat: cria nixpacks.toml para instalar o FFmpeg no container e chama executavel no path

This commit is contained in:
2026-06-03 13:32:20 +00:00
parent a03a006b96
commit 180990ea5f
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
[phases.setup]
nixPkgs = ["...", "ffmpeg"]