diff --git a/bin/local-startup.sh b/bin/local-startup.sh index aa14de2..6931560 100755 --- a/bin/local-startup.sh +++ b/bin/local-startup.sh @@ -18,4 +18,5 @@ else echo "Starting RabbitMQ" # Start RabbitMQ docker-compose up -d rabbitmq + sleep 10 fi \ No newline at end of file