File size: 85 Bytes
061c427
5c60f5b
 
1
2
3
4
#!/bin/bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app