Skip to content

Commit

Permalink
fix: recommended to use yarn in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
masashi-sutou authored and jetersen committed Feb 13, 2022
1 parent 6d1d6df commit d477931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ If you don’t have Node installed, you can use [Docker Compose](https://docs.do

```sh
# Run the tests
docker-compose run --rm app npm test
docker-compose run --rm app
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ services:
context: .
args:
NODE_ENV: development
command: ['npm', 'test']
command: ['yarn', 'test']
entrypoint: ''

0 comments on commit d477931

Please sign in to comment.