Fixed firefly cronjob
parent
ed1c712b79
commit
6f40029a9c
|
@ -5,7 +5,7 @@ ARG LOCALE
|
|||
# Install cron; setup locales
|
||||
RUN apt update && \
|
||||
apt install --no-install-recommends -y cron && \
|
||||
echo "0 */4 * * * /usr/bin/php /var/www/html/artisan firefly-iii:cron" | crontab && \
|
||||
echo "0 */4 * * * php /var/www/html/artisan firefly-iii:cron" | crontab && \
|
||||
echo "$LOCALE.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
locale-gen
|
||||
|
||||
|
|
Reference in New Issue