diff --git a/docker/build/entrypoint.sh b/docker/build/entrypoint.sh index 644b976..151124e 100644 --- a/docker/build/entrypoint.sh +++ b/docker/build/entrypoint.sh @@ -41,9 +41,6 @@ php artisan migrate --force echo "Dispatching initial sync job..." php artisan tinker --execute="App\\Jobs\\SyncChannelPostsJob::dispatchForLemmy();" -echo "Dispatching article refresh job..." -php artisan tinker --execute="App\\Jobs\\RefreshArticlesJob::dispatch();" - # Start all services in single container echo "Starting web server, scheduler, and Horizon..." php artisan schedule:work &