rebranding
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-02-16 18:16:41 +01:00
parent c4344b1ddd
commit c8d4b5b4c0
5 changed files with 29 additions and 29 deletions

View File

@@ -22,6 +22,6 @@ FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y python3-pip ffmpeg
RUN pip install -U yt-dlp
COPY --from=build /app/target/release/djheuel .
COPY --from=build /app/target/release/ohrwurm .
CMD ["./djheuel"]
CMD ["./ohrwurm"]