Docker image custom build support

We need to support frontend-plugins custom builds using our Docker image.

Therefore we need to put the current build’s source code as a part of the docker image (not the whole git repo, just the current copy without the .git folder!).

When someone wants to build his own frontend version using some frontend-plugins, they would use this source code for that.

I assume just a source code of frontend. Nothing else. Is that right ?

Yes, frontend source code should be sufficient.