Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tschm
/
scribble
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
84d8880
scribble
/
development.md
tschm
Duplicate from marimo-team/marimo-app-template
e867d7b
verified
4 months ago
preview
code
|
raw
Copy download link
history
blame
Safe
136 Bytes
# Development
## Testing your Dockerfile locally
```bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app
```