I have been trying to deploy a Django app with Docker environment on Render. The deployment fails, but I get no logs telling me why.
I get a Deploy failed
, but my logs don’t indicate any errors.
Jan 10 06:04:22 PM Applying sessions.0001_initial... OK
Jan 10 06:04:26 PM [2023-01-10 18:04:26 +0000] [1] [INFO] Starting gunicorn 20.1.0
Jan 10 06:04:26 PM [2023-01-10 18:04:26 +0000] [1] [INFO] Listening at: http://0.0.0.0:10000 (1)
Jan 10 06:04:26 PM [2023-01-10 18:04:26 +0000] [1] [INFO] Using worker: sync
Jan 10 06:04:26 PM [2023-01-10 18:04:26 +0000] [8] [INFO] Booting worker with pid: 8
All the status from the region I’m in (“Oregon”) looks ok. Maybe it’s the port? Does anyone have a sample Dockerfile for a Django app on Render I can see?