1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-04 17:33:21 +08:00

Remove unncesary make target and add instructions on how to use the

makefile
This commit is contained in:
Jonathan Leibiusky @xetorthio
2016-11-21 20:48:29 -03:00
parent 47d4ceab84
commit 903489c395
2 changed files with 5 additions and 4 deletions

View File

@@ -22,9 +22,5 @@ start:
# Mount the host's GOPATH shared folder
docker-machine ssh pwd "sudo mount -t vboxsf gopathsrc /go/src"
# Runs the app
run:
@eval $$(docker-machine env pwd); \
docker-compose up
.PHONY: prepare start run