Debian – Why uvicorn cannot be found if a volume is specified in docker-compose.yaml?
I'm setting up a fastapi compose.yaml file for development. Here the simplified layout of my project: Dockerfile -> size optimized: 170MB # The builder image, used to build the virtual environment FROM python:3.11-bullseye as builder # Install package manager RUN…