From 1d744a0415afa4ff775c46aa97b59260c77ad376 Mon Sep 17 00:00:00 2001 From: Dan Levitas Date: Mon, 22 Jul 2024 16:43:43 +0000 Subject: [PATCH] Revert telemetry change for now --- dev.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev.sh b/dev.sh index f14db88..ae59d89 100755 --- a/dev.sh +++ b/dev.sh @@ -30,8 +30,10 @@ npm run prepare-husky # ok docker compose is now included in docker as an option for docker if [[ $(command -v docker-compose) ]]; then # if the older version is installed use the dash - docker-compose --profile development up + # docker-compose --profile development up + docker-compose up else # if the newer version is installed don't use the dash - docker compose --profile development up + # docker compose --profile development up + docker compose up fi