File size: 158 Bytes
deb28d9
 
 
 
 
e960361
 
deb28d9
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
```