diff --git a/backend/server/src/nixpacks.toml b/backend/server/src/nixpacks.toml new file mode 100644 index 0000000..c0efd80 --- /dev/null +++ b/backend/server/src/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.setup] +aptPkgs = ["...", "ffmpeg"] \ No newline at end of file diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..c0efd80 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.setup] +aptPkgs = ["...", "ffmpeg"] \ No newline at end of file