11 lines
103 B
Makefile
11 lines
103 B
Makefile
graphite:
|
|
docker-compose build
|
|
|
|
fast:
|
|
@echo "Graphite is fast now!"
|
|
|
|
again:
|
|
|
|
run:
|
|
docker-compose up
|