Monochrome icon indicating copy to clipboard operation
Monochrome copied to clipboard

Build failed

Open ToxicRT opened this issue 3 years ago • 0 comments

build failed

OS: Ubuntu 18.04.6

But i found a solution for this, instead of this DC = DOCKER_BUILDKIT=$(buildkit) $(docker-compose) -p $(project) -f docker-compose.$(flavor).yml

this: DC = DOCKER_BUILDKIT=$(buildkit) docker-compose -p $(project) -f docker-compose.$(flavor).yml

and worked perfectly,. Screenshot_1

ToxicRT avatar Nov 06 '22 13:11 ToxicRT