mirror of
https://github.com/20kaushik02/real-time-traffic-analysis-clickhouse.git
synced 2025-12-06 12:24:07 +00:00
9 lines
150 B
Docker
9 lines
150 B
Docker
FROM python
|
|
|
|
WORKDIR /update_scripts
|
|
|
|
COPY . /update_scripts/
|
|
|
|
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
CMD ["python3","update_trigger.py"] |