chore: remove music module

This commit is contained in:
kittentm 2026-08-08 19:37:02 +02:00
commit 558625b4ec
Signed by: kitten
GPG key ID: 394B4EABE4405A83
5 changed files with 77 additions and 2574 deletions

View file

@ -32,10 +32,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
FROM alpine:latest AS final
WORKDIR /app
RUN apk add --no-cache ffmpeg python3 curl libstdc++ \
&& curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp \
&& chmod a+rx /usr/local/bin/yt-dlp \
&& apk del curl
RUN apk add --no-cache python3 libstdc++
COPY --from=builder /app/dist/professor ./splatie
ENTRYPOINT ["./splatie"]