data-engineer-handbook
data-engineer-handbook copied to clipboard
Fix: docker compose command in Makefile doesn't need a dash
When composing the Makefile with Docker, make up throws an error docker-compose: command not found. That is because docker-compose doesn't exist but docker compose does. Removing the dash fixed all the errors.