File size: 144 Bytes
4545835
 
 
 
 
ca0f322
 
4545835
1
2
3
4
5
6
7
8
9
# Development

## Testing your Dockerfile locally

```bash
docker build -t counting-words .
docker run -it --rm -p 7860:7860 counting-words
```