Skip to content

Commit

Permalink
Fixing verbosity of docker set up
Browse files Browse the repository at this point in the history
  • Loading branch information
nsivabalan committed Oct 14, 2022
1 parent bec05ff commit 8925170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/setup_demo.sh
Expand Up @@ -30,7 +30,7 @@ if [ "$HUDI_DEMO_ENV" != "dev" ]; then
HUDI_WS=${WS_ROOT} docker-compose -f ${SCRIPT_PATH}/compose/${COMPOSE_FILE_NAME} pull
fi
sleep 5
HUDI_WS=${WS_ROOT} docker-compose --verbose -f ${SCRIPT_PATH}/compose/${COMPOSE_FILE_NAME} up -d
HUDI_WS=${WS_ROOT} docker-compose -f ${SCRIPT_PATH}/compose/${COMPOSE_FILE_NAME} up -d
sleep 15

docker exec -it adhoc-1 /bin/bash /var/hoodie/ws/docker/demo/setup_demo_container.sh
Expand Down

0 comments on commit 8925170

Please sign in to comment.