Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
signoff
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Simpson <[email protected]>
  • Loading branch information
Robert Simpson authored and Robert Simpson committed Jul 21, 2023
1 parent 0d159e4 commit f9ad32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f9ad32a

Please sign in to comment.