Issue with building docker image

Problem solved with replacing

ENTRYPOINT [“python”, “app.py”]

with

ENTRYPOINT [“python3”, “app.py”]