Skip to content

Commit

Permalink
added makefile to facilitate dev
Browse files Browse the repository at this point in the history
  • Loading branch information
srfrnk committed Feb 13, 2018
1 parent a36cb60 commit 2c2eea2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
all:
pass

up:
docker-compose build && docker-compose up &

down:
docker-compose down

flush:
docker exec -it missioncontrol_redis_1 redis-cli FLUSHALL

log:
docker logs missioncontrol_missioncontrol_1 -f

0 comments on commit 2c2eea2

Please sign in to comment.