NewDockerTEST / development.md
Falln87's picture
Duplicate from marimo-team/marimo-app-template
e4f67d6 verified

Development

Testing your Dockerfile locally

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