> ## Documentation Index
> Fetch the complete documentation index at: https://mvp.open.nno.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Docker

# Deploy with Docker

## Docker

1. Build Docker image, dockerfile is in the root of the project

```bash theme={null}
docker build -t neutrino-mvp .
```

2. Run Docker container

```bash theme={null}
docker run -p 3000:80 neutrino-mvp
```
