Issue with Python App in Docker Compose – ModuleNotFoundError:
I have a monorepo (turbo) containing several apps, one of which is a Python app. I've set up a Dockerfile for the app, but I'm encountering an issue during the build process. Here's my Dockerfile: FROM node:19.9.0-alpine as base #…