328461e 3d692b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Development ## Testing your Dockerfile locally ```bash docker build -t marimo-app . docker run -it --rm -p 7860:7860 marimo-app ``` ## Nix setup ```bash nix-shell -p libxml2 -p libxslt -p libz ```