F21 commented on code in PR #4162:
URL: https://github.com/apache/calcite/pull/4162#discussion_r1929660702


##########
site/README.md:
##########
@@ -68,7 +68,7 @@ running from within the directory:
 ### Build site
 
 1. `cd site`
-2. `docker compose run build-site`
+2. `env JEKYLL_UID=$(id -u) JEKYLL_GID=$(id -g) docker-compose run build-site`

Review Comment:
   Should be `docker compose` and not `docker-compose` as `docker-compose` is 
deprecated.
   See: https://docs.docker.com/compose/releases/migrate/



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to