diff --git a/.docker/php/entrypoint.sh b/.docker/php/entrypoint.sh index 557319d..15c4478 100755 --- a/.docker/php/entrypoint.sh +++ b/.docker/php/entrypoint.sh @@ -12,7 +12,6 @@ php artisan storage:link --force || true if [ "${APP_ENV}" = "production" ]; then php artisan config:cache - php artisan route:cache php artisan view:cache fi