Exited with status 128

My project seems to be deploying (using docker) correctly, but it is saying that it has exited with status 128 and has a failed state. In the deploy logs it doesn’t have any red highlighted log entries and says " Pushing image to registry…

Apr 3 10:56:04 PMUpload succeeded

Apr 3 10:56:04 PMDONE"

Any advice is greatly appreciated.

Hey,

Getting an ‘Exited with status 128’ message means the deploy crashed, probably due to an issue within your application or the start commands you’re using.

Double-check that everything you’re trying to use during the deploy is actually installed in the environment. For example, avoid calling on a program or command that isn’t available there.

Jérémy.
Render Support, UTC+3