diff --git a/Dockerfile b/Dockerfile index b24c739..33269fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN apt-get update && apt-get -y install cron #RUN chmod +x /app/entrypoint.sh RUN crontab /app/crontab +RUN crontab -l # Définir le point d'entrée de l'image -ENTRYPOINT ["crontab","-l"] +#ENTRYPOINT ["crone"]