This PR updates build process of Norma for the docker environment in the way that Norma itself is build inside the container.
Previous version was error prone, because guest and host systems may run (and often run) different architectures. When Norma is build at host system and copied into the container, it cannot be executed in the container once it runs on a different platform.
Example: Norma was build on a dev Mac, i.e. arm64 while the docker container runs amd64.
This PR updates build process of Norma for the docker environment in the way that Norma itself is build inside the container.
Previous version was error prone, because guest and host systems may run (and often run) different architectures. When Norma is build at host system and copied into the container, it cannot be executed in the container once it runs on a different platform.
Example: Norma was build on a dev Mac, i.e. arm64 while the docker container runs amd64.