You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing #2244 it occurred to me that maybe we didn't need the Elixir source dependencies once the application is compiled, and maybe a base Erlang runtime would be enough. Apparently it looks like we don't even need Erlang: mix can build a release binary and we could use a plain system image, much smaller than what we currently build.
While reviewing #2244 it occurred to me that maybe we didn't need the Elixir source dependencies once the application is compiled, and maybe a base Erlang runtime would be enough. Apparently it looks like we don't even need Erlang: mix can build a release binary and we could use a plain system image, much smaller than what we currently build.
See https://staknine.com/build-an-elixir-release-with-docker-to-deploy-anywhere/ for reference.
Related to #2223.
The text was updated successfully, but these errors were encountered: