mirror of https://github.com/dapr/quickstarts.git
Update README.md
Fix the components path on the run command
This commit is contained in:
parent
4ddcd245bb
commit
36187741c3
|
|
@ -51,7 +51,7 @@ sleep: 10
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr run --app-id checkout --components-path ../../components/ -- python3 app.py
|
dapr run --app-id checkout --components-path ../../../components/ -- python3 app.py
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- END_STEP -->
|
<!-- END_STEP -->
|
||||||
|
|
@ -93,7 +93,7 @@ sleep: 10
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr run --app-id order-processor --components-path ../../components/ --app-port 5001 -- python3 app.py
|
dapr run --app-id order-processor --components-path ../../../components/ --app-port 5001 -- python3 app.py
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- END_STEP -->
|
<!-- END_STEP -->
|
||||||
Loading…
Reference in New Issue