Skip to content

Commit

Permalink
Web: Include redis container in Make target for local dev #33
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonho215 committed Mar 28, 2021
1 parent d05e9e4 commit b086021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.nodocker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dev:

.PHONY: docker-start-db
docker-start-db:
$(DOCKER_COMPOSE_CMD) up -d db
$(DOCKER_COMPOSE_CMD) up -d db redis

.PHONY: docker-stop-db
docker-stop-db:
$(DOCKER_COMPOSE_CMD) stop db
$(DOCKER_COMPOSE_CMD) stop db redis

0 comments on commit b086021

Please sign in to comment.