From 1c3518f18479563dd296177dde8f5d0102c6cf58 Mon Sep 17 00:00:00 2001 From: Jonathan Algar <93204286+jonathanalgar@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:35:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e768a53..56afd24 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Run the Docker image directly from the OutSystems GitHub container registry: docker run --rm -it ghcr.io/outsystems/outsystemscc --help -If you're running the container in a runtime where you need to specify the command line or override the entrypoint (e.g. Azure Container Instances or AWS Fargate): +If you're running the container on a runtime where you need to specify the command line or override the entrypoint (for example on Azure Container Instances or AWS Fargate): docker run --rm -it --entrypoint /app/outsystems ghcr.io/outsystems/outsystemscc --help