diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..949f8447 --- /dev/null +++ b/Makefile @@ -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