cek / deployment /README.md
praiteri's picture
first commit
843a502
**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
```