This is an automated email from the ASF dual-hosted git repository.
yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 1dc990cf1 Update doc to fix docker build inconsistency issue (#1946)
1dc990cf1 is described below
commit 1dc990cf18abf340761f78e436bb83d2da38f90b
Author: MonkeyCanCode <[email protected]>
AuthorDate: Wed Jun 25 16:40:53 2025 -0500
Update doc to fix docker build inconsistency issue (#1946)
---
site/content/in-dev/unreleased/getting-started/quickstart.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/site/content/in-dev/unreleased/getting-started/quickstart.md
b/site/content/in-dev/unreleased/getting-started/quickstart.md
index a9fd43f90..b3b4f1f9a 100644
--- a/site/content/in-dev/unreleased/getting-started/quickstart.md
+++ b/site/content/in-dev/unreleased/getting-started/quickstart.md
@@ -32,8 +32,9 @@ Before running Polaris, ensure you have completed the
following setup steps:
cd ~/polaris
./gradlew \
:polaris-server:assemble \
- :polaris-server:quarkusAppPartsBuild \
- :polaris-admin:assemble --rerun \
+ :polaris-server:quarkusAppPartsBuild --rerun \
+ :polaris-admin:assemble \
+ :polaris-admin:quarkusAppPartsBuild --rerun \
-Dquarkus.container-image.tag=postgres-latest \
-Dquarkus.container-image.build=true
```