Skip to content

Commit

Permalink
Add --target run running tests locally
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Silva <[email protected]>
  • Loading branch information
taylorsilva committed Mar 16, 2021
1 parent e0168f8 commit e9fa707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ will stop the build.
Run the tests with the following commands for both `alpine` and `ubuntu` images:

```sh
docker build -t pool-resource -f dockerfiles/alpine/Dockerfile .
docker build -t pool-resource -f dockerfiles/ubuntu/Dockerfile .
docker build -t pool-resource --target tests -f dockerfiles/alpine/Dockerfile .
docker build -t pool-resource --target tests -f dockerfiles/ubuntu/Dockerfile .
```

### Contributing
Expand Down

0 comments on commit e9fa707

Please sign in to comment.