quickstarts/workflows/python/sdk/dapr.yaml

8 lines
156 B
YAML

version: 1
common:
resourcesPath: ../../components
apps:
- appDirPath: ./order-processor/
appID: order-processor
command: ["python3", "app.py"]