From 33df0652c1a250bf0f6acfe8c0f858985d515aee Mon Sep 17 00:00:00 2001 From: juancho Date: Sun, 7 Dec 2025 19:26:03 +0000 Subject: [PATCH] ordena y copia todo --- cron/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cron/Dockerfile b/cron/Dockerfile index 451eb05..3d26344 100644 --- a/cron/Dockerfile +++ b/cron/Dockerfile @@ -2,9 +2,8 @@ FROM python:3.9-slim WORKDIR /app -COPY requirements.txt . -RUN pip install --no-cache-dir -r requirements.txt - COPY . . +RUN pip install --no-cache-dir -r requirements.txt + CMD ["python", "script.py"] \ No newline at end of file