From 03fd5503d083e20dc2217437102a86aa8c72ce23 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Tue, 7 Jan 2025 13:58:52 -0800 Subject: [PATCH] Fix typo Signed-off-by: Stephen Curran --- docs/features/DIDResolution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/DIDResolution.md b/docs/features/DIDResolution.md index 30dc9ffcc6..d3e3203639 100644 --- a/docs/features/DIDResolution.md +++ b/docs/features/DIDResolution.md @@ -176,7 +176,7 @@ plugin: The following is a fully functional Dockerfile encapsulating this setup: ```dockerfile= -FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.1.0cd ../demo +FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.1.0 RUN pip3 install git+https://github.com/dbluhm/acapy-resolver-github CMD ["aca-py", "start", "-it", "http", "0.0.0.0", "3000", "-ot", "http", "-e", "http://localhost:3000", "--admin", "0.0.0.0", "3001", "--admin-insecure-mode", "--no-ledger", "--plugin", "acapy_resolver_github"]