marimo-code-interpreter / development.md
mylessss's picture
Create template
4545835
|
Raw
History Blame Contribute Delete
136 Bytes

Development

Testing your Dockerfile locally

docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app