diff --git a/Makefile b/Makefile index fc11c80..66d36cb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ build: - sudo docker build -t yaf . + docker build -t yaf . run: - sudo docker compose up -d + docker compose up -d