otelchi/examples/basic/Makefile

6 lines
No EOL
88 B
Makefile

run:
-make down
docker-compose up --build
down:
docker-compose down --remove-orphans