From 6074cf74b6e9b07ce38791449c25db95bb66a397 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Mon, 19 Feb 2024 18:39:48 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e4b7aa..40ed87b 100644 --- a/README.md +++ b/README.md @@ -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: