Hello,
I am working on MVPs, for which I use a single-file approach (see mix_install_examples/phoenix_live_view.exs at main · wojtekmach/mix_install_examples · GitHub for the starter skeleton).
I would like to be able to deploy that on Fly (but at the moment it is not detected automatically afaik by Fly), with the same Elixir/Phoenix support available for regular apps.
Did anyone manage to do that?
Worst case I could create a custom Dockerfile to support that, but I wonder if something simpler is available already?
Thanks!
– Thibaut