Skip to content

Commit

Permalink
chore: Correct indentation levels
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1810 committed Nov 28, 2024
1 parent 35a9237 commit e324354
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions packages/dev-environment/script/start
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,15 @@ start_containers() {
open -a Docker
set -e

while (! docker stats --no-stream ); do
# Docker takes a few seconds to initialize
sleep 5
echo -e "${yellow}Do you have an alternative Docker install, such as podman or minikube, aliased to 'docker'? If so, please launch it now${clear}"
echo "Standing by for Docker to start..."
echo ""
done

docker-compose -f "${DIR}/../docker-compose.yaml" --env-file "$MAIN_ENV_FILE" --env-file "$LOCAL_ENV_FILE" up -d --build

while (! docker stats --no-stream ); do
# Docker takes a few seconds to initialize
sleep 5
echo -e "${yellow}Do you have an alternative Docker install, such as podman or minikube, aliased to 'docker'? If so, please launch it now${clear}"
echo "Standing by for Docker to start..."
echo ""
done

docker-compose -f "${DIR}/../docker-compose.yaml" --env-file "$MAIN_ENV_FILE" --env-file "$LOCAL_ENV_FILE" up -d --build
}

check_vpn_connection() {
Expand Down

0 comments on commit e324354

Please sign in to comment.