From a1a91c8cedc956d1df22b65032abacd716757ad4 Mon Sep 17 00:00:00 2001 From: Enzo Date: Tue, 12 Dec 2023 08:48:49 +0100 Subject: [PATCH] f --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]