How to debug phoenix application which running with docker? How to debug phoenix application which running with docker? docker docker

How to debug phoenix application which running with docker?


use docker exec to attach to bash and run your custom iex session.for example:

docker exec -it NAME bash