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

Add -f docker/Dockerfile #153

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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