Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
bintangyosua
/
cryplish
like
0
Running
App
Files
Files
Community
9ae9773
cryplish
/
development.md
bintangyosua
Upload 7 files
ccd9626
verified
4 days ago
preview
code
|
raw
Copy download link
history
blame
Safe
144 Bytes
# Development
## Testing your Dockerfile locally
```bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app
```