Skip to content

Commit d980628

Browse files
committed
fix: wrong variable used causing the installation to install elsewhere
1 parent ebcbff3 commit d980628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo "🚀 Installing Stochastix... (This may take 3 to 10 minutes depending on
4040

4141
# Use the mounted Docker socket to run docker-compose on the host machine,
4242
# specifying the project directory for context.
43-
docker run --rm -it -v "${PROJECT_NAME}:/app" ghcr.io/phpquant/stochastix:latest php --version
43+
docker run --rm -it -v "${PROJECT_PATH}:/app" ghcr.io/phpquant/stochastix:latest php --version
4444
docker compose -p "${PROJECT_NAME}" -f "${PROJECT_PATH}/compose.yaml" up -d
4545

4646
echo

0 commit comments

Comments
 (0)