1
When executing fly launch in a umbrella project, Error failed running /usr/local/bin/mix phx.gen.release --docker: exit status 1 error occurs.
I’m not sure what steps follow, but regardless, it’s fine since I can deploy later with fly deploy.
2
I have no idea how to run a command equivalent to the role of mix ecto.setup.
Should I create a database and schema_migrations table manually?
Thank you.