Skip to content

Commit

Permalink
add run tests as a volume
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed May 27, 2022
1 parent 2b17c99 commit 7909031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ services:
sut:
user: app:app
build: .
volumes:
- ./run_tests.sh:/var/www/app/run_tests.sh
command: run_tests.sh

0 comments on commit 7909031

Please sign in to comment.