Added Scheduling
All checks were successful
Push image to registry / build-image (push) Successful in 4m20s
All checks were successful
Push image to registry / build-image (push) Successful in 4m20s
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user