This commit is contained in:
Death916 2025-02-21 02:02:50 -08:00
parent 8aebea3b7a
commit ac2235e532

View file

@ -12,7 +12,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy source code
COPY . .
COPY src/c2cscrape.py .
# Set hardcoded download path
ENV DOWNLOAD_DIR=/downloads