Files
airflow-coolify/Dockerfile
Power BI Dev 8a0febb57e init commit
2026-03-03 15:16:28 +07:00

3 lines
100 B
Docker

FROM apache/airflow:2.7.1
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt