Deploy docker project - error - solution please

Hi, I am a beginner to deploy a full-stack project. I tried Google and watched youtube videos, chatgpt, but still need some help here. I have a project built with FastAPI, MongoDB, and React, and it is dockerize (if that’s mean I have everything in docker image, I can docker compose build/up) . I picked Webservice to create the app on render, connect with github repository (for that specific project only). I get an error:

error: failed to solve: failed to read dockerfile: open /home/user/.local/tmp/buildkit-mount3571471909/Dockerfile: no such file or directory

How can I fix this? Any references I can look at?

Hi there,

Is the Dockerfile you created in the root of the application folder or Git repo? You may need to set the Dockerfile Path in the services setting page if it is not located at the root of your application.

Regards,

Keith
Render Support, UTC+10 :australia:

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