V1.30.6 cron settings
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user