add complete command fix caching app:statistik:generate
This commit is contained in:
parent
de59ab076c
commit
95f8095890
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ RUN mkdir /etc/service/cron \
|
|||
&& chmod -R +x /etc/service/cron
|
||||
|
||||
RUN echo "# Docker Cron Jobs" > /var/crontab \
|
||||
&& echo "*/10 * * * * php /var/www/html/bin/console app:stats" >> /var/crontab \
|
||||
&& echo "*/10 * * * * php /var/www/html/bin/console app:statistik:generate" >> /var/crontab \
|
||||
&& echo "" >> /var/crontab \
|
||||
&& chown nobody:nobody /var/crontab
|
||||
|
||||
|
|
Loading…
Reference in a new issue