Skip to content

Commit

Permalink
new Make target to start a test CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Nov 17, 2023
1 parent c4ea830 commit a7d8c7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ui-app:
test:
docker-compose run --rm test

testcli:
docker-compose run --rm test bash

bounce:
docker-compose kill app && docker-compose up -d app

Expand Down

0 comments on commit a7d8c7b

Please sign in to comment.