eschutho commented on code in PR #30864:
URL: https://github.com/apache/superset/pull/30864#discussion_r1866873073


##########
docs/docs/installation/docker-compose.mdx:
##########
@@ -227,3 +228,11 @@ may want to find the exact hostname you want to use, for 
that you can do `ifconf
 Docker for you. Alternately if you don't even see the `docker0` interface try 
(if needed with sudo)
 `docker network inspect bridge` and see if there is an entry for `"Gateway"` 
and note the IP
 address.
+
+## 4. To build or not to build
+
+When running `docker compose up`, docker will build what is required behind 
the scene, but
+may use the docker cache if assets already exist. Running `docker compose 
build` prior to
+`docker compose up` or the equivalent shortcut `docker compose up --build` 
ensures that your
+docker images matche the definition in the repository. This should only apply 
to the main

Review Comment:
   ```suggestion
   docker images matches the definition in the repository. This should only 
apply to the main
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to