crontab fix WIP

This commit is contained in:
Zsolt Tasnadi
2026-02-18 19:39:06 +01:00
parent 757e8bf740
commit 78993c62cd
3 changed files with 24 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ WORKDIR /app
COPY statusbot.pas .
RUN fpc statusbot.pas
COPY cronjob /etc/cron.d/discord-cron
RUN chmod 0644 /etc/cron.d/discord-cron
COPY crontab /etc/crontab
RUN chmod 0644 /etc/crontab
CMD ["cron", "-f"]