From b74717fcef5b5f97799677dc88643b5489995626 Mon Sep 17 00:00:00 2001 From: Pieter van der Meulen Date: Mon, 26 Aug 2024 15:14:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1703ae..8e1a810 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To run the devssp using the docker-compose.yaml from the OpenConext-devconf proj docker compose up ``` -- ./dev-rebuild.sh will rebuild the container and pull the latest base image +- `./dev-rebuild.sh` will rebuild the container and pull the latest base image Both the ./dev-start.sh and ./dev-rebuild.sh scripts will copy the simplesaml directory from the contain to ./container-files on your hosts. This way you can use xdebug with the actual source files from the container by setting op a local path mapping in your IDE.