Add episodes to the transcoder

This commit is contained in:
Zoe Roux
2023-04-21 00:49:26 +09:00
parent 4c523d56f5
commit 5cdcff0cd0
7 changed files with 126 additions and 360 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM rust:alpine
RUN apk add --no-cache musl-dev ffmpeg pkgconfig openssl-dev
RUN apk add --no-cache musl-dev ffmpeg
RUN cargo install cargo-watch
WORKDIR /app