Skip to content

Commit

Permalink
run without dapr multirun
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska committed Feb 27, 2025
1 parent 1944dc0 commit d3d4b76
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions conversation/python/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ timeout_seconds: 30
-->

```bash
dapr run -f .
# dapr run -f .
dapr run --app-id conversation --resources-path ../../../components -- python3 app.py
```

The terminal console output should look similar to this, where:
Expand All @@ -61,16 +62,7 @@ The terminal console output should look similar to this, where:

2. Stop and clean up application processes.

<!-- STEP
name: Stop multi-app run
sleep: 5
-->

```bash
dapr stop -f .
```

<!-- END_STEP -->

## Run the app with the Dapr CLI

Expand Down

0 comments on commit d3d4b76

Please sign in to comment.