I'm trying to run a docker image on render but no logs are shown


here is the screen shot, how can i should the logs of my django app running ?

Hi,

You’ll need to ensure your image has an ENTRYPOINT and/or CMD set correctly to be able to boot. You can also override both by settings the “Docker Command” in the service “Settings”

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.