V1.30.6 cron settings

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-10-02 11:02:01 +02:00
parent 83736df898
commit 52212fb949
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ RUN /usr/local/bin/python -m pip install --upgrade pip
RUN apt-get update && apt-get install vim -y
RUN apt-get -y install cron
# Copy cron file to the cron.d directory
COPY aitrainer-cron /etc/cron.d/hello-cron
COPY aitrainer-cron /etc/cron.d/aitrainer-cron
# Give execution rights on the cron job
RUN chmod 0644 /etc/cron.d/aitrainer-cron