File size: 192 Bytes
843a502
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
**Will need to be run in this directory**

Run `./build.sh` which will build the docker file as `cek-marimo`

The container may then be run as e.g.

```
docker run -p 8000:8000 cek-marimo
```