diff --git a/makefile b/makefile index 8c2bac7..7f2e43e 100644 --- a/makefile +++ b/makefile @@ -6,6 +6,7 @@ serve: down @echo "Serving the project..." docker compose -f compose.yml up -d --build traefik + docker compose -f compose.yml up -d down: pull @echo "Stopping the project..." docker compose -f compose.yml down --remove-orphans