Skip to content

Commit

Permalink
dedup examples dockerfile (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomershafir authored Nov 14, 2023
1 parent 26ee374 commit fa45625
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 22 deletions.
18 changes: 9 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ publish:
test:
./gradlew test

.PHONY: docker-example
docker-example: build
cp agent/build/libs/pyroscope.jar examples/base
docker-compose -f examples/base/docker-compose.yml build
docker-compose -f examples/base/docker-compose.yml up
.PHONY: docker-example-base
docker-example-base: build
cp agent/build/libs/pyroscope.jar examples
docker-compose -f examples/docker-compose-base.yml build
docker-compose -f examples/docker-compose-base.yml up

.PHONY: docker-example
.PHONY: docker-example-expt
docker-example-expt: build
cp agent/build/libs/pyroscope.jar examples/expt
docker-compose -f examples/expt/docker-compose.yml build
docker-compose -f examples/expt/docker-compose.yml up
cp agent/build/libs/pyroscope.jar examples
docker-compose -f examples/docker-compose-expt.yml build
docker-compose -f examples/docker-compose-expt.yml up
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions examples/expt/Dockerfile

This file was deleted.

0 comments on commit fa45625

Please sign in to comment.