From 4f74589a0c446dcf952f1a9e5fc421a237929e82 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 3 Feb 2017 14:35:48 -0700 Subject: changing path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12d8383..ca560ce 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ build: ## Build the base image docker push $(IMAGENAME) up: build ## Bring the container up - docker run -dP -v $(CURDIR):/app --name $(CONTAINERNAME) $(IMAGENAME) /bin/bash -c 'while true; do echo hi; sleep 1; done;' + docker run -dP -v $(CURDIR):/root/app --name $(CONTAINERNAME) $(IMAGENAME) /bin/bash -c 'while true; do echo hi; sleep 1; done;' down: ## Stop the container docker stop $(CONTAINERNAME) || echo 'No container to stop' -- cgit v1.2.3