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

Commit f9ad32a

Browse files
Robert SimpsonRobert Simpson
authored andcommitted
signoff
Signed-off-by: Robert Simpson <RobS.git9@MailScreen.com>
1 parent 0d159e4 commit f9ad32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Running ACA-Py with the Toolbox Plugin
66
To build the container:
77

88
```sh
9-
$ docker build -t acapy-toolbox .
9+
$ docker build -t acapy-toolbox -f docker/Dockerfile .
1010
```
1111

1212
To start an agent using the default configuration:
@@ -33,7 +33,7 @@ $ docker run -it -p 3000:3000 -p 3001:3001 --rm \
3333
For each of the commands listed below, ensure the image has been built:
3434

3535
```sh
36-
$ docker build -t acapy-toolbox .
36+
$ docker build -t acapy-toolbox -f docker/Dockerfile .
3737
```
3838

3939
#### Listing configuration options

0 commit comments

Comments
 (0)