marimo-chatbot-template / development.md
mylessss's picture
initial commit
95e304b
# Development
## Testing your Dockerfile locally
```bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app
```