https://github.com/babenkoivan/speaky
https://github.com/babenkoivan/speaky
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/babenkoivan/speaky
- Owner: babenkoivan
- Created: 2019-07-13T19:06:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T21:05:40.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T13:23:25.671Z (4 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
1. Build the Docker image:
```bash
docker build -t speaky .
```2. Run the tests:
```bash
docker run --env-file .env speaky bin/phpunit --testdox --colors=always --coverage-text
```3. Run the commands:
```bash
docker run --env-file .env speaky bin/console Spain
docker run --env-file .env speaky bin/console Spain England
```