init commit

This commit is contained in:
Power BI Dev
2026-03-03 15:16:28 +07:00
commit 8a0febb57e
3 changed files with 47 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM apache/airflow:2.7.1
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt