diff --git a/docker/dockerfile b/docker/dockerfile index 7444de3..1d976ef 100644 --- a/docker/dockerfile +++ b/docker/dockerfile @@ -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