Dockerized POST request taking in an UploadFile never completes
Whenever I try to hit a POST endpoint (running on a Docker instance) that takes in an UploadFile as an argument the request never completes. And yet everything works fine when I run the backend code regularly on my machine. Gen AI suggests that it’s a an issue with Docker configuration or file permissions. I am unsure of where to go from here.
Fastapi via docker not running
I have the following two files but I cannot get the fastapi server to work via docker.