Skip to content

Commit

Permalink
利用するサービスコンテナ名の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
SATO Daisuke committed Jun 15, 2024
1 parent 28dcd4f commit e1e637a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ clean:


testall_in_docker: up
docker compose -p test exec -w /app web make testall
docker compose -p test exec -w /app app make testall
make down

test_in_docker: up
docker compose -p test exec -w /app web make test FILE=$(FILE)
docker compose -p test exec -w /app app make test FILE=$(FILE)
make down


Expand Down

0 comments on commit e1e637a

Please sign in to comment.