From 6e795967becc6f478c8538b66d8391a377aa0c2e Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Tue, 8 Oct 2024 23:01:37 +0200 Subject: [PATCH] fix how to run locally --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8e5aa88..83d22a3e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ There are at least three options to get fast continuous feedback during local de ### Build Dockerfile image and run container +Checkout remote module: + +```bash +git submodule update --init --recursive --remote +``` + Build Dockerfile test image: ```bash @@ -28,7 +34,7 @@ Run test container: $ docker run -p 8080:8080 test ``` -Then access the docs on [`localhost:8080`](localhost:8080). +Then access the docs on [`localhost:8080/saap`](localhost:8080/saap). ### Run commands locally