Added Scheduling
All checks were successful
Push image to registry / build-image (push) Successful in 4m20s

This commit is contained in:
2025-02-07 14:02:42 +01:00
parent 8d1e0474c4
commit 63490c136e
22 changed files with 126 additions and 437 deletions

View File

@ -72,6 +72,9 @@ RUN mv .env.docker .env
RUN composer install --no-interaction --prefer-dist
# CRON
RUN echo "* * * * * cd /usr/app && php artisan schedule:run >> /dev/null 2>&1" > /etc/crontabs/root
# Link the storage directory to the public directory.
RUN php artisan storage:link