From 1515d4e06704e116d2e5247a8b8ca65a966e2648 Mon Sep 17 00:00:00 2001 From: elianddb Date: Tue, 16 Sep 2025 11:47:32 -0700 Subject: [PATCH] amend note in readme --- docker/serverREADME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/serverREADME.md b/docker/serverREADME.md index fc90e0070a..7f7ef06901 100644 --- a/docker/serverREADME.md +++ b/docker/serverREADME.md @@ -106,7 +106,7 @@ To build from your local source code instead of downloading a pre-built binary: # Build from local source code (requires workspace directory with source dependencies, e.g., dolt_workspace/) $ docker build -f dolt/docker/serverDockerfile --build-arg DOLT_VERSION=source -t dolt-sql-server:source . # Note: This should contain dolt/ at the minimum, any other repos need to be -# added to COPY. +# added via COPY in serverDockerfile. # Run the source-built image $ docker run -e DOLT_ROOT_PASSWORD=secret2 -e DOLT_ROOT_HOST=% -p 3307:3306 dolt-sql-server:source