mirror of
https://github.com/20kaushik02/real-time-traffic-analysis-clickhouse.git
synced 2026-01-25 16:04:04 +00:00
Added resources, created a prototype trigger and its corresponding dockerfile for update configurations, Testing required
This commit is contained in:
9
clickhouse/config_update_scripts/Dockerfile
Normal file
9
clickhouse/config_update_scripts/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python
|
||||
|
||||
WORKDIR /update_scripts
|
||||
|
||||
COPY . /update_scripts/
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD ["python3","update_trigger.py"]
|
||||
Reference in New Issue
Block a user