Switch to bun, document docker
Docker / build-and-push-image (push) Successful in 40s

This commit is contained in:
Jon Staab
2026-04-14 10:59:24 -07:00
parent 251e792263
commit 1651ab9c99
6 changed files with 176 additions and 1044 deletions
-3
View File
@@ -2,9 +2,6 @@ import express from "express";
import ffmpeg from "fluent-ffmpeg";
import { PassThrough } from "stream";
import NodeCache from "node-cache";
import ffmpegInstaller from "@ffmpeg-installer/ffmpeg";
ffmpeg.setFfmpegPath(ffmpegInstaller.path);
const app = express();
const PORT = process.env.PORT || 3100;