diff --git a/cron/Dockerfile b/cron/Dockerfile index 8838d59..451eb05 100644 --- a/cron/Dockerfile +++ b/cron/Dockerfile @@ -5,6 +5,6 @@ WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt -COPY script.py . +COPY . . CMD ["python", "script.py"] \ No newline at end of file