Trying to host a python http server and works fine.
FROM python:latest COPY index.html / CMD python3 -m http.server
But when trying with python v