Allow the transcoder to be run

This commit is contained in:
Zoe Roux
2023-04-13 18:09:12 +09:00
parent 64adc63920
commit 2939ea0787
10 changed files with 94 additions and 31 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
FROM rust
FROM rust:alpine
RUN apk add --no-cache musl-dev ffmpeg
RUN cargo install cargo-watch
WORKDIR /app