Skip to content

Commit

Permalink
fix: redis (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok authored Dec 26, 2023
1 parent 7a8d68a commit 16c0648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
act workflow_dispatch --input releaseType=minor

0 comments on commit 16c0648

Please sign in to comment.