From f9ad32af6454abe7f4670aaf6a146fcecbda5ff8 Mon Sep 17 00:00:00 2001 From: Robert Simpson Date: Thu, 20 Jul 2023 21:42:32 +0000 Subject: [PATCH] signoff Signed-off-by: Robert Simpson --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index f099efa3..bfc88479 100644 --- a/docker/README.md +++ b/docker/README.md @@ -6,7 +6,7 @@ Running ACA-Py with the Toolbox Plugin To build the container: ```sh -$ docker build -t acapy-toolbox . +$ docker build -t acapy-toolbox -f docker/Dockerfile . ``` To start an agent using the default configuration: @@ -33,7 +33,7 @@ $ docker run -it -p 3000:3000 -p 3001:3001 --rm \ For each of the commands listed below, ensure the image has been built: ```sh -$ docker build -t acapy-toolbox . +$ docker build -t acapy-toolbox -f docker/Dockerfile . ``` #### Listing configuration options