Correct python file name

This commit is contained in:
iainbrad
2025-10-07 14:23:38 +01:00
committed by GitHub
parent 849d6ffcba
commit ba2d84ef5a
+2 -2
View File
@@ -14,7 +14,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy the download script
COPY download_cbz.py .
COPY cbz_downloader.py .
# Create downloads directory
RUN mkdir -p /app/downloads
@@ -25,4 +25,4 @@ ENV PASSWORD=""
ENV OUTPUT_DIR="/app/downloads"
# Run the script
CMD python download_cbz.py
CMD python cbz_downloader.py