Christian Meunier

Results 146 comments of Christian Meunier

Providing build hooks could be an interesting idea but at the same time, the core of mix docker should be able to build any elixir project and so imho, it...

I have rebased on master and updated the code to cope with your latest changes.

@teamon any more though on the subject ? I am also genuinely curious on how you actually solve this at Recruitee.

Seems related to this issue: https://github.com/bitwalker/distillery/issues/20 It should be fixed with Distillery 1.3.3 which is used by the latest version of mix_docker

@Faolain can you tell us if you still have the issue with the latest version of mix_docker ?

@Faolain do you mean you solved the original issue with `set include_erts: false` ? Running migration with distellery is actually easy, have a look at: https://hexdocs.pm/distillery/running-migrations.html#content

But what do you need RPC to run migrations ?

It works fine on my side but I had the above issue with `set include_erts: false`. As soon as I put it back to `true`, things started to work properly.

Hi @slovnicki, did you had a chance to explore what we talked about in the discussion ?