test-marimo-template / development.md
VLAIResearchLab's picture
Duplicate from marimo-team/marimo-app-template
7edec7c verified
# Development
## Testing your Dockerfile locally
```bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app
```