set_app_source_image
Assigns a Docker image to an app service. Updates the service source so it runs from that image.
Instructions
Set app source to a Docker image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Docker image (e.g. nginx:latest) | |
| projectName | Yes | Project name | |
| serviceName | Yes | Service name |