Updated with Movistar channels

This commit is contained in:
Joan
2024-10-13 10:58:06 +02:00
parent b4788a22e3
commit 622d36700c
10 changed files with 3746 additions and 36 deletions

View File

@@ -0,0 +1,9 @@
FROM python:3.11
RUN mkdir /app
ADD . /app
RUN pip install -r /app/requirements.txt
WORKDIR /app
CMD [ "python", "/app/proxy.py" ]