docs: Removed mentioning of .env-non-dev in docker/README.md (#31460)

This commit is contained in:
Eva 2025-01-21 22:24:01 +03:00 committed by GitHub
parent 4417e6eaef
commit b5ac415afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ jobs:
linksToSkip: >- linksToSkip: >-
^https://github.com/apache/(superset|incubator-superset)/(pull|issue)/\d+, ^https://github.com/apache/(superset|incubator-superset)/(pull|issue)/\d+,
http://localhost:8088/, http://localhost:8088/,
docker/.env-non-dev,
http://127.0.0.1:3000/, http://127.0.0.1:3000/,
http://localhost:9001/, http://localhost:9001/,
https://charts.bitnami.com/bitnami, https://charts.bitnami.com/bitnami,

View File

@ -68,7 +68,7 @@ Don't forget to reload the page to take the new frontend into account though.
## Production ## 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 ## Resource Constraints