From a3dd54b4be417cb442320fb174ea891d35597ad8 Mon Sep 17 00:00:00 2001 From: Sara Vahdatipour <54913233+saravahdatipour@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:43:52 +0100 Subject: [PATCH] Update README.md readme belonging to old commit updated to reflect current changes --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 68302da..001c9c3 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,7 @@ Make sure you have an [IRMA server] (https://github.com/privacybydesign/irmago r * Run ./build_artifacts.sh ### Install all the demos with Docker (Locally) -Alternatively, you can run the demos with Docker. -* Build the image with `docker build -t .`. Docker will run the necessary scripts to build the necessary -node packages and sets up a php server on port 8080. -* You need a Yivi server to be running on 8088. -* You can run the docker image you previously built with `docker run -d --network="host" `. The --network flag will make it possible to communicate with the locally running Yivi server. +Alternatively, you can the demos with `docker compose up`. This will also run an irma server instance in a docker container. ### Adding a new demo