Fetch paths from the api

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