diff --git a/docs/src/pages/docs/Connecting to Databases/docker-add-drivers.mdx b/docs/src/pages/docs/Connecting to Databases/docker-add-drivers.mdx index e54d9a94a0..50fa83bea8 100644 --- a/docs/src/pages/docs/Connecting to Databases/docker-add-drivers.mdx +++ b/docs/src/pages/docs/Connecting to Databases/docker-add-drivers.mdx @@ -62,6 +62,7 @@ docker-compose up The other option is to start Superset via Docker Compose is using the recipe in `docker-compose-non-dev.yml`, which will use pre-built frontend assets and skip the building of front-end assets: ``` +docker-compose -f docker-compose-non-dev.yml pull docker-compose -f docker-compose-non-dev.yml up ``` diff --git a/docs/src/pages/docs/installation/index.mdx b/docs/src/pages/docs/installation/index.mdx index 508fa27d14..83ae7ca808 100644 --- a/docs/src/pages/docs/installation/index.mdx +++ b/docs/src/pages/docs/installation/index.mdx @@ -60,7 +60,11 @@ Navigate to the folder you created in step 1: $ cd superset ``` -Then, run the following command: +Then, run the following commands: + +```bash +$ docker-compose -f docker-compose-non-dev.yml pull +``` ```bash $ docker-compose -f docker-compose-non-dev.yml up