Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 136 Bytes

File metadata and controls

8 lines (6 loc) · 136 Bytes

Development

Testing your Dockerfile locally

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