File size: 161 Bytes
9e5fa5b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
FROM fix-base

WORKDIR /app

# Install dashboard-specific deps
RUN pip install --no-cache-dir kafka-python requests

COPY . /app

CMD ["python", "dashboard.py"]