Skip to content

Commit

Permalink
Went-too-fast fixes (thanks George)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Fischer committed Sep 20, 2017
1 parent baaa23f commit 01ad964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ dev.up: | check-memory ## Bring up all services with host volumes
docker-compose -f docker-compose.yml -f docker-compose-host.yml up -d

dev.up.watchers: | check-memory ## Bring up asset watcher containers
docker-compose docker-compose-watchers.yml up -d
docker-compose -f docker-compose-watchers.yml up -d

dev.up.all: | dev.up dev.up.asset_watchers ## Bring up all services with host volumes, including watchers
dev.up.all: | dev.up dev.up.watchers ## Bring up all services with host volumes, including watchers

dev.sync.daemon.start: ## Start the docker-sycn daemon
docker-sync start
Expand All @@ -59,7 +59,7 @@ provision: | dev.provision ## This command will be deprecated in a future releas

stop: ## Stop all services
(test -d .docker-sync && docker-sync stop) || true ## Ignore failure here
docker-compose -f docker-compose.yml stop
docker-compose stop

stop.watchers: ## Stop asset watchers
docker-compose -f docker-compose-watchers.yml stop
Expand Down

0 comments on commit 01ad964

Please sign in to comment.