From 189541b0dbb122211951015b17dffe2e55a67c3c Mon Sep 17 00:00:00 2001 From: Felix Zumstein Date: Thu, 15 Aug 2024 10:48:49 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- docker/docker-compose.prod-min.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4d01cca..44e68193 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ numpy==1.26.4 **Installing deploy keys automatically in Docker images** -If you have your developer license key set as `XLWINGS_DEVELOPER_KEY` env var in your build environment, it will install the deploy key directly in the Docker image when running `docker build --build-arg XLWINGS_DEVELOPER_KEY=${XLWINGS_DEVELOPER_KEY} .`. This will happen automatically when running `docker compose build`. +If you have your developer license key set as `XLWINGS_DEVELOPER_KEY` env var in your build environment, it will install the deploy key directly in the Docker image when running `docker build --build-arg XLWINGS_DEVELOPER_KEY=${XLWINGS_DEVELOPER_KEY} .`. ## Authentication & Authorization with Entra ID (previously called Azure AD) diff --git a/docker/docker-compose.prod-min.yaml b/docker/docker-compose.prod-min.yaml index e0ab752f..e77d95ae 100644 --- a/docker/docker-compose.prod-min.yaml +++ b/docker/docker-compose.prod-min.yaml @@ -1,5 +1,5 @@ -# This is a minimal implementation without support for Socket.IO/Redis functionality -# such as streaming functions, utils.trigger_script(). To support object handles, you +# This is a minimal implementation without support for Socket.IO functionality +# such as streaming functions and utils.trigger_script(). To support object handles, you # will need to configure an external Redis service via `XLWINGS_OBJECT_CACHE_URL` services: app: