Open mikeumus opened 2 years ago
@requaos @afedyk-sugarcrm @johejo @imulab any ideas? Thank you 🙇🏻♂️
Hi @requaos
Just ran make docker compose
again, but couldn't reproduce your problem.
This looks like a docker related issue to me. It seems the make script fails on the "docker" stage where it builds the image.
Are you able to execute docker build -t tiga .
on the project's root folder directly? If that fails, let's try docker build --no-cache -t tiga .
and see what happens.
make docker compose
results in this error: