Currently the client is built using 'grunt build' and pushing the result to the release branch on the repo. This makes the repo grow considerably when changes are made to the client.
The correct way will be create a new docker image to do the build, and store the build client in a shared folder, that will be served by the current apache docker image.