docker build -t ex_job_processor .
docker run -it --rm ex_job_processor mix test
docker run --rm -it -p 127.0.0.1:4000:4000 ex_job_processor mix phx.server
headers: application/json
POST http://localhost:4000/ POST http://localhost:4000/to_bash
Let's discuss deployment strategies on interview call I can make it throught k8s or direct to node with edeliver. It doesn't make sense to implement without actual cluster or remote server :)
mix release --env=prod --verbose