alzheimer / development.md
Bintang
dockerfile
aef7bd7

Development

Testing your Dockerfile locally

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