Skip to content

Commit

Permalink
Add back Docker pull to makefile to get latest services
Browse files Browse the repository at this point in the history
  • Loading branch information
maxekman committed Sep 6, 2018
1 parent 771df8c commit 8d97cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cover: test
.PHONY: cover

services:
docker-compose pull mongo redis dynamodb gpubsub
docker-compose up -d mongo redis dynamodb gpubsub
.PHONY: services

Expand Down

0 comments on commit 8d97cb2

Please sign in to comment.