File size: 158 Bytes
c691df0
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# Development

## Testing your Dockerfile locally

```bash
docker build -t scattertext-ja-novels .
docker run -it --rm -p 7860:7860 scattertext-ja-novels
```