Local install
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 .
|
||||||
Reference in New Issue
Block a user