Spaces:
Running
Running
# Development | |
## Testing your Dockerfile locally | |
```bash | |
docker build -t scattertext-ja-novels . | |
docker run -it --rm -p 7860:7860 scattertext-ja-novels | |
``` | |