From b5ac415afc9a6b1d50d1aaa2f33146531e045024 Mon Sep 17 00:00:00 2001 From: Eva Date: Tue, 21 Jan 2025 22:24:01 +0300 Subject: [PATCH] docs: Removed mentioning of .env-non-dev in docker/README.md (#31460) --- .github/workflows/superset-docs-verify.yml | 1 - docker/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/superset-docs-verify.yml b/.github/workflows/superset-docs-verify.yml index f3d04a33c..b08bba091 100644 --- a/.github/workflows/superset-docs-verify.yml +++ b/.github/workflows/superset-docs-verify.yml @@ -28,7 +28,6 @@ jobs: linksToSkip: >- ^https://github.com/apache/(superset|incubator-superset)/(pull|issue)/\d+, http://localhost:8088/, - docker/.env-non-dev, http://127.0.0.1:3000/, http://localhost:9001/, https://charts.bitnami.com/bitnami, diff --git a/docker/README.md b/docker/README.md index be29bbec0..a61e5b5bc 100644 --- a/docker/README.md +++ b/docker/README.md @@ -68,7 +68,7 @@ Don't forget to reload the page to take the new frontend into account though. ## Production -It is possible to run Superset in non-development mode by using [`docker-compose-non-dev.yml`](../docker-compose-non-dev.yml). This file excludes the volumes needed for development and uses [`./docker/.env-non-dev`](./.env-non-dev) which sets the variable `SUPERSET_ENV` to `production`. +It is possible to run Superset in non-development mode by using [`docker-compose-non-dev.yml`](../docker-compose-non-dev.yml). This file excludes the volumes needed for development. ## Resource Constraints