Skip to content

Commit

Permalink
make: add up and down for docker to make
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Dec 31, 2023
1 parent ad91751 commit 90d8ecf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ common:
build: common
docker compose build

bench: build
up: build
docker compose up -d

down:
docker compose down

bench: up
docker exec -it ishocon2-bench-1 ./benchmark --ip app:443

0 comments on commit 90d8ecf

Please sign in to comment.