crontab fix WIP
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user