From dac957ffeac40402f8fa1250aff4aecf90cfba58 Mon Sep 17 00:00:00 2001 From: juancho Date: Sun, 7 Dec 2025 19:21:50 +0000 Subject: [PATCH] all copy --- cron/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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