visual-deployment / development.md
wack0's picture
Initialize space
c2c046a

Development

Testing your Dockerfile locally

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