Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
neilnaveen committed Jul 15, 2024
1 parent 120adb6 commit 25e167d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ clean:

# Clean Redis data
clean-redis:
docker-compose exec redis redis-cli FLUSHALL
docker-compose exec -T redis redis-cli ping || docker-compose up -d redis
docker-compose exec -T redis redis-cli FLUSHALL

# Docker targets
docker-up: docker-down
Expand Down

0 comments on commit 25e167d

Please sign in to comment.