Add proxymanager

This commit is contained in:
LeoMortari
2025-12-04 22:15:03 -03:00
parent a1eebaf8e1
commit 91f76cea6a
10 changed files with 651 additions and 59 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update && \
COPY requirements.txt /app/requirements.txt
RUN python -m pip install --upgrade pip setuptools wheel && \
pip install -r /app/requirements.txt && \
pip install -U -r /app/requirements.txt && \
pip install brotli brotlicffi mutagen certifi
RUN printf "%s\n" \