fix Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 16s
Build and Push Docker Image / deploy-on-green (push) Successful in 7s

This commit is contained in:
2026-03-06 20:08:45 -05:00
parent 06d2a5ef01
commit 5748834af4

View File

@@ -1,11 +1,3 @@
<<<<<<< HEAD
FROM python:3.14.3-alpine3.22
COPY ./app /app
WORKDIR /app
RUN apk add ffmpeg deno
RUN pip install -r requirements.txt
CMD ["python", "/app/main.py"]
=======
# Portions of this Dockerfile are sourced from GPLv3 licensed `yt-dlp slim` by Henrique Almeida (https://github.com/h3nc4/yt-dlp-slim)
# Derivations to this Dockerfile in this repository following March 3, 2026 should be considered licensed under this project's MIT license (see ../LICENSE) unless otherwise stated
@@ -96,5 +88,4 @@ LABEL org.opencontainers.image.title="yt-dlp bot" \
org.opencontainers.image.authors="William Peebles <me@williamtpeebles.com>" \
org.opencontainers.image.vendor="William Peebles" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://git.dubyatp.xyz/williamp/yt-dlp-bot"
>>>>>>> v1-refactor
org.opencontainers.image.source="https://git.dubyatp.xyz/williamp/yt-dlp-bot"