From 9d334fd62c5d7e1dbe4b1db5efbd9ec2bca4bfc3 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Tue, 27 Aug 2024 21:40:17 +0200 Subject: [PATCH] fix: docker instructions --- Docker-compose/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker-compose/README.md b/Docker-compose/README.md index 7eb37b31..80e9082c 100644 --- a/Docker-compose/README.md +++ b/Docker-compose/README.md @@ -50,6 +50,7 @@ Then you can even inspect the image content, by running the following command: ` Execute the run script for the first time: ``` +cd Docker-compose ./run-docker-compose.sh ```