We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e24bb0c + 46bba02 commit 0d68876Copy full SHA for 0d68876
Dockerfile
@@ -74,6 +74,8 @@ RUN sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 500M/g' /etc/php84/
74
# On every run of the docker file, perform an entrypoint that verifies the container is good to go.
75
COPY entrypoint.sh /usr/bin/
76
77
+# Create crontab entries
78
+
79
RUN echo "0 1 * * * /usr/bin/php84 /var/www/localhost/htdocs/scripts/cron.php" >> /etc/crontabs/apache
80
RUN echo "* * * * * /usr/bin/php84 /var/www/localhost/htdocs/scripts/cron_ticket_email_parser.php" >> /etc/crontabs/apache
81
RUN echo "* * * * * /usr/bin/php84 /var/www/localhost/htdocs/scripts/cron_mail_queue.php" >> /etc/crontabs/apache
0 commit comments