
### Usage

- Clone this repository
- Open a terminal
- Build the Docker image with:
  
  ```sh
docker build -t "carto.rip" .
```

- Start a container based on this image:
  
  ```sh
docker run --rm -p 127.0.0.1:8787:8787 -e DISABLE_AUTH=true carto.rip
```

- On a web browser enter this URL: `127.0.0.1:8787` and enjoy the Shiny App.
