counting_words / development.md
Bor Hodošček
chore: update dockerfile and deps
ca0f322
# Development
## Testing your Dockerfile locally
```bash
docker build -t counting-words .
docker run -it --rm -p 7860:7860 counting-words
```