Error after upgrading Elixir version to 1.12.3 and OTP 23 via docker

Hello All,

I have upgraded elixir version from 1.10.0 → 1.12.3, and erlang 22.2.6 → 23.3.4.18 from the terminal using asdf.

Also I have set the local and global version for both and updated the docker image file.

The application is working fine in local(dev) environment, but when I tried to deploy in Azure environment, application is not lunching and it gives error.

Crash dump is being written to: erl_crash.dump…don

ERROR - Container webapp0011 for site webapp0011 has exited, failing site start.

Error - Container mwebapp0011 didn’t respond to HTTP pings on port: 80, failing site start. See container logs for debugging

INFO - Stopping site mfnqa4-webapp-001 because it failed during startup.

Please help to fix this issue.

Hi @rakeshtripathy can you provide more information? Are you deploying with Docker or using it for development? If you’re deploying it with Docker can we see your Dockerfile?

Also, do you get any additional logs?

I am using azure_docker_build.yml file to create a docker image for the deployment.

As the application is not able to start, so not able to see the container log and there is no additional logs.

Can you show that file?