feat: implemented Monochrome downloading

This commit is contained in:
2026-03-08 20:14:30 +01:00
parent 6dff83ac61
commit f4dee850f3
8 changed files with 1157 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
COPY app.py /app/app.py
COPY templates /app/templates
COPY static /app/static
COPY monochrome /app/monochrome
WORKDIR /app