I have this docker compose script:
shape_api: build: context: ./shape_api/ dockerfile: Dockerfile command: uvicorn main:app --reload --h