`make --file MakefileDocker start` does not work. reason: `CMD yarn start --bind 0.0.0.0` calls `make` behind, which is not installed in docker image. - [x] Rename docker image - [x] Check all docker commands
make --file MakefileDocker startdoes not work.reason:
CMD yarn start --bind 0.0.0.0callsmakebehind, which is not installed in docker image.