diff --git a/Dockerfile b/Dockerfile index e953d70..a2af18c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ RUN apt-get update && apt-get -y install cron RUN crontab /app/crontab # Définir le point d'entrée de l'image -ENTRYPOINT ["cron"] +ENTRYPOINT ["crontab -l"]