data-engineer-handbook icon indicating copy to clipboard operation
data-engineer-handbook copied to clipboard

Fix: docker compose command in Makefile doesn't need a dash

Open alvinndo opened this issue 1 year ago • 0 comments

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.

alvinndo avatar Nov 22 '24 06:11 alvinndo