This commit is contained in:
2024-04-12 17:42:06 +02:00
parent 4ecd92b76e
commit d90908d270

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
COPY crons_jobs /etc/cron.d/django_crons_jobs
RUN apk update && apk install cron
#RUN apk update && apk install cron
RUN chmod 0644 /etc/cron.d/django_crons_jobs && crontab /etc/cron.d/django_crons_jobs && touch /var/log/cron.log