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?