Correct python file name
This commit is contained in:
+2
-2
@@ -14,7 +14,7 @@ COPY requirements.txt .
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Copy the download script
|
# Copy the download script
|
||||||
COPY download_cbz.py .
|
COPY cbz_downloader.py .
|
||||||
|
|
||||||
# Create downloads directory
|
# Create downloads directory
|
||||||
RUN mkdir -p /app/downloads
|
RUN mkdir -p /app/downloads
|
||||||
@@ -25,4 +25,4 @@ ENV PASSWORD=""
|
|||||||
ENV OUTPUT_DIR="/app/downloads"
|
ENV OUTPUT_DIR="/app/downloads"
|
||||||
|
|
||||||
# Run the script
|
# Run the script
|
||||||
CMD python download_cbz.py
|
CMD python cbz_downloader.py
|
||||||
|
|||||||
Reference in New Issue
Block a user