Skip to content

Commit

Permalink
Consistent makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed May 7, 2019
1 parent 05598d7 commit 3418e72
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 @@ -108,13 +108,13 @@ flowauth-build:
docker-compose -f $(DOCKER_COMPOSE_FILE) -f $(DOCKER_COMPOSE_FILE_BUILD) build flowauth


worked-examples-up: worked-examples-build
worked_examples-up: worked_examples-build
docker-compose -f $(DOCKER_COMPOSE_FILE) -f $(DOCKER_COMPOSE_FILE_BUILD) up -d --build worked_examples

worked-examples-down:
worked_examples-down:
docker-compose -f $(DOCKER_COMPOSE_FILE) rm -f -s -v worked_examples

worked-examples-build:
worked_examples-build:
docker-compose -f $(DOCKER_COMPOSE_FILE) -f $(DOCKER_COMPOSE_FILE_BUILD) build worked_examples


Expand Down

0 comments on commit 3418e72

Please sign in to comment.