How to use seed.sql to populate the local supabase instance?

I have used the following command to fetch data from remote instance:
supabase db dump --data-only -f supabase/seed.sql


How do I use the seed.sql in order to populate the local instance?
Was this page helpful?