Dockerfile contains installation dependencies from requirements.txt and ENTRYPOINT command contains make run which according Makefile runs creation virtualenv and installation requirements.
I think the changing of entrypoint will bee enought.
ENTRYPOINT ["python3", "src/engine.py"]
Dockerfilecontains installation dependencies fromrequirements.txtandENTRYPOINTcommand containsmake runwhich accordingMakefileruns creation virtualenv and installation requirements.I think the changing of entrypoint will bee enought.