Skip to content

Commit c7d587a

Browse files
committed
small changes
1 parent 2f456cc commit c7d587a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/containerapp-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ In the example, the `az containerapp up` command performs the following actions:
171171
1. Creates a resource group.
172172
1. Creates an environment and Log Analytics workspace.
173173
1. Creates a registry in Azure Container Registry.
174-
1. Builds the container image (using the Dockerfile if it exists).
174+
1. Builds the container image using the Dockerfile.
175175
1. Pushes the image to the registry.
176176
1. Creates and deploys the container app.
177177
1. Creates a GitHub Actions workflow to build the container image and deploy the container app when future changes are pushed to the GitHub repository.

0 commit comments

Comments
 (0)