aamirtaymoor commited on
Commit
a4427f1
·
verified ·
1 Parent(s): c88a7b3

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +3 -0
start.sh CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  python kafka_consumer.py &
2
 
3
  # Start FastAPI app
 
1
+ #!/bin/bash
2
+
3
+ # Start Kafka consumer in the background
4
  python kafka_consumer.py &
5
 
6
  # Start FastAPI app