Skip to content

Commit

Permalink
Fix build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jun 8, 2023
1 parent 9b4f905 commit 2bb422a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,14 @@ docker run -ti --entrypoint /bin/bash ghcr.io/tradingstrategy-ai/trade-executor:
Build the Docker image from the local source code and tags it as `latest` for your local usage:

```shell
docker build -t ghcr.io/tradingstrategy-ai/trade-executo/trade-executor:latest .
docker build -t ghcr.io/tradingstrategy-ai/trade-executor:latest .
docker run ghcr.io/tradingstrategy-ai/trade-executor:latest --help
```

To pop open a Bash shell:

```shell
docker run -it --entrypoint /bin/bash ghcr.io/tradingstrategy-ai/trade-executor:latest --
```

This image is referred in `docker-container.yml`.

0 comments on commit 2bb422a

Please sign in to comment.