temp push

This commit is contained in:
Akash Sivakumar
2024-11-20 16:30:09 -07:00
parent 35881893f6
commit d4fc9382ed
4 changed files with 95 additions and 10 deletions

View File

@@ -16,5 +16,5 @@ COPY pcap_processor.py /app
# Expose the port Kafka uses (optional, for communication with other services)
EXPOSE 9092
# Command to run your Python application
# Command to allow custom runtime arguments
CMD ["python", "pcap_processor.py"]