Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgzlopes authored Mar 18, 2023
1 parent 752c313 commit 6b5a819
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# QuickPizza

![Screenshot from 2023-03-18 15-29-05](https://user-images.githubusercontent.com/8228060/226112255-fe2d4cdc-193e-4c23-8a36-3d8f60baaf03.png)

## How to run it

Requirements:
- Docker

```bash
docker run -it -p 3333:3333 ghcr.io/grafana/quickpizza-local:latest
```
```

That's it. Now you can go to localhost:3333 and get some pizza recommendations!

0 comments on commit 6b5a819

Please sign in to comment.