You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elixir-lang-core
Should the Dockerfile that mix generates when doing a `mix release`
include the .iex.exs file? I always end up modifying the Dockerfile that
mix creates, in order to add "COPY .iex.exs /app/bin/" at the
bottom, so that I can use my aliases when doing `bin/my_app remote`.
Would it make sense to do this in the generated dockerfile by default?