Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 17, 2020
1 parent 8f09b74 commit 10f482d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker.mk
@@ -1,6 +1,6 @@
include .env

.PHONY: up down stop prune ps shell wp logs
.PHONY: up down stop prune ps shell wp logs mutagen

default: up

Expand All @@ -16,7 +16,6 @@ up:
docker-compose pull
docker-compose up -d --remove-orphans

.PHONE: mutagen
mutagen:
docker-compose up -d mutagen
mutagen project start -f mutagen/config.yml
Expand Down

0 comments on commit 10f482d

Please sign in to comment.