How to run apps/{name}/priv/repo/seeds.exs using release?

How to run apps/{app_name}/priv/repo/seeds.exs using release for an umbrella app?

I expect something like:
_build/prod/rel/{rel_name}/bin/{rel_name} eval "apps/{app_name}/priv/repo/seeds.exs"
just like when we are using mix run

But I don’t know how to do it in release.

1 Like

another thing is, should I create the same question in stackoverflow? since most beginner I guess will go there first?