Skip to content

Commit

Permalink
fix(kafka-setup): add missing script to image
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Aug 15, 2024
1 parent 43b5a5f commit 326d478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/kafka-setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ COPY docker/kafka-setup/kafka-setup.sh ./kafka-setup.sh
COPY docker/kafka-setup/kafka-config.sh ./kafka-config.sh
COPY docker/kafka-setup/kafka-topic-workers.sh ./kafka-topic-workers.sh
COPY docker/kafka-setup/kafka-ready.sh ./kafka-ready.sh
COPY docker/kafka-setup/env_to_properties.py ./env_to_properties.py

RUN chmod +x ./kafka-setup.sh ./kafka-topic-workers.sh ./kafka-ready.sh

Expand Down

0 comments on commit 326d478

Please sign in to comment.