diff --git a/makefile b/makefile index 68e8a5f..dba4b8a 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ # Commands serve: down @echo "Serving the project..." - docker compose -f compose.yml up --build -d + docker compose -f compose.yml up -d down: pull @echo "Stopping the project..." docker compose -f compose.yml down --remove-orphans