Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Feb 19, 2024
1 parent 79a5ad0 commit 6074cf7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,19 +133,21 @@ Pipeline successfully undeployed
## Docker setup

Instead of launching the server in a separate shell like we did in the Quick Start, you can run it in a Docker
container using the `Dockerfile` from this repo. First, build the image locally:
container :

```console
$ docker build . -t hayhooks
$ docker run --rm -p 1416:1416 deepset/hayhooks:main
...
```

Then run it in background:
If you want to build the container yourself:

```console
$ docker run --rm -p 1416:1416 hayhooks
$ cd docker
$ docker buildx bake
...
```

## Next steps

At this stage Hayhooks is just a prototype, the natural next steps would be:
Expand Down

0 comments on commit 6074cf7

Please sign in to comment.