diff --git a/Makefile b/Makefile index 33a7ebe..8ae609d 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,12 @@ PROJECT = hexancore up: docker compose -p $(PROJECT) --env-file ./docker/.env up -d --wait --wait-timeout 5 - + docker logs hexancore-redis down: docker compose -p $(PROJECT) down -t 2 - + act: mkdir -p ./tmp/redis chmod 0777 -R ./tmp chmod 0777 -R ./docker - act workflow_dispatch --input releaseType=minor \ No newline at end of file + act workflow_dispatch --input releaseType=minor