diff --git a/build/docker-compose.yaml b/build/docker-compose.yaml index 9f108f4..78d1f39 100644 --- a/build/docker-compose.yaml +++ b/build/docker-compose.yaml @@ -39,7 +39,7 @@ services: kafka-init: image: apache/kafka:3.9.0 - command: [ "/bin/bash", "-c", "chmod +x /tmp/create_topic.sh && /tmp/create_topic.sh"] + command: [ "sh", "-c", "ls -l /tmp/create_topic.sh && /tmp/create_topic.sh" ] depends_on: kafka: condition: service_healthy