Docker image build fails

Hi @misilot, this error occurs when the resources you have assigned to docker are depleted and it kills the processes for compiling the SASS files. This issue has already been mentioned here.

For this reason, you can try to increase resources that are available to Docker. You can also try to close any existing applications or stop any running containers that might be consuming high amounts of memory. If this still does not resolve your issue, you can try to limit the resources used by docker by following the troubleshooting docs mentioned here.