Skip to content

Commit

Permalink
Backport some improvements made in the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ajardin committed Jun 21, 2018
1 parent 43d4758 commit 1e54625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DOCKER_COMPOSE = docker-compose
##

build: ## Build the environment
$(DOCKER_COMPOSE) pull --parallel --ignore-pull-failures
$(DOCKER_COMPOSE) pull --ignore-pull-failures
$(DOCKER_COMPOSE) build --pull

env: ## Configure the environment variables
Expand All @@ -22,7 +22,7 @@ start: ## Start the environment
echo 'The default configuration has been applied because the "docker-env" file was not configured.'; \
cp docker-env.dist docker-env; \
fi
$(DOCKER_COMPOSE) up -d --remove-orphans --no-recreate
$(DOCKER_COMPOSE) up -d --remove-orphans

stop: ## Stop the environment
$(DOCKER_COMPOSE) stop
Expand Down

0 comments on commit 1e54625

Please sign in to comment.