build(Docker): Make Docker Build Self-Contained and Multi-Stage
The Docker image previously required building the project on the host machine and copying the built artifacts into the container. Now you just have to docker build from the project root and it would build the project and create the container by itself.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
CI is failing, but I don't think it's my fault. :) :man_shrugging:
Please feel free to reopen the PR against main. Thank you for the PR.
I don't have time to pursue this further right now, but anybody else is welcome to take my code as reference!