Skip to content

Commit

Permalink
Use docker- TARGET names
Browse files Browse the repository at this point in the history
  • Loading branch information
iiegn authored and rambousek committed Apr 25, 2019
1 parent 5c1d3ca commit e25be33
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
.DEFAULT_GOAL := dev

dev: setup install
.DEFAULT_GOAL := docker-dev

.PHONY: docker-dev
docker-dev: docker-setup docker-install
docker-compose run --rm --service-ports dev

setup:
.PHONY: docker-setup
docker-setup:
docker volume create nodemodules

install:
.PHONY: docker-install
docker-install:
docker-compose run --rm install

0 comments on commit e25be33

Please sign in to comment.