Local install

This commit is contained in:
2025-02-24 10:39:38 +00:00
parent 9f3290a59f
commit 4ec58e3bb0
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ logs/
.venv .venv
airflow.db airflow.db
airflow.cfg airflow.cfg
airflow-mcp-server/
resources/ resources/
assets/ assets/
README.md README.md

View File

@@ -1,2 +1,3 @@
FROM quay.io/astronomer/astro-runtime:12.7.1 FROM quay.io/astronomer/astro-runtime:12.7.1
RUN cd airflow-mcp-server && pip install -e .
RUN cd airflow-wingman && pip install -e . RUN cd airflow-wingman && pip install -e .