Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Aug 15, 2024
1 parent 90d1599 commit 189541b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.prod-min.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 189541b

Please sign in to comment.