1
0
Fork 0

Fix makefile

This commit is contained in:
Gregory Eremin 2016-07-07 13:04:10 +02:00
parent 051b5288f4
commit fd4bc4a3f3
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ graphite:
@echo "Building Grafana" @echo "Building Grafana"
docker build -t localhots/grafana:v1 -f Grafana.dockerfile . docker build -t localhots/grafana:v1 -f Grafana.dockerfile .
@echo "Starting Brubeck" @echo "Starting Grafana"
docker run -d --name grafana --link carbon:carbon --link brubeck:brubeck \ docker run -d --name grafana --link carbon:carbon --link brubeck:brubeck \
-p 3000:3000 \ -p 3000:3000 \
localhots/brubeck:v1 localhots/grafana:v1
fast: fast:
@echo "Graphite is fast now!" @echo "Graphite is fast now!"