Hi I’m trying to make a base env with frontend and backend with Docker but i get error when I try:
docker-compose up
or docker-compose up --build
the error is:
No prebuilt Ninja, building Ninja now
env: can't execute 'python': No such file or directory
repo here -> https://github.com/lorenzo-pomili/docker_be_fe_env
can someone help me to figure out what happens? (is my first env with docker so I don’t know what to search ^^")