Crontab eddit

This commit is contained in:
imnyang 2024-11-06 17:17:09 +09:00
commit 0d4b2928af
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ RUN apt update && apt -y install cron
COPY crontab /etc/cron.d/crontab
RUN chmod 0644 /etc/cron.d/crontab
RUN echo "" >> /etc/cron.d/crontab # Ensure newline at end of file
RUN /usr/bin/crontab /etc/cron.d/crontab
# Setup Environment Variables