Skip to content

Commit

Permalink
Update README with corrected command for executing pex binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Koech authored and Kevin Koech committed Dec 4, 2024
1 parent 3a07bda commit 73ca8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pesacheck_meedan_bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ To run the built docker image, execute:
```sh
docker compose --env-file ./pesacheck_meedan_bridge/.env up pesacheck_meedan_bridge
```
To get container ID of this script, execute:


To run `pex` binary, execute:

```sh
docker compose -f compose.yaml exec pesacheck_meedan_bridge ./pex
docker compose exec api-pesacheck_meedan_bridge ./pex
```

0 comments on commit 73ca8a9

Please sign in to comment.