aozora-bunko-preprocessor / development.md
bor's picture
Duplicate from marimo-team/marimo-app-template
328461e verified
|
raw
history blame
136 Bytes
# Development
## Testing your Dockerfile locally
```bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app
```