From 4ec58e3bb0737a45f8224350e7be918b707ef874 Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Mon, 24 Feb 2025 10:39:38 +0000 Subject: [PATCH] Local install --- .dockerignore | 1 - Dockerfile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 9ec1580..46f5212 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,7 +6,6 @@ logs/ .venv airflow.db airflow.cfg -airflow-mcp-server/ resources/ assets/ README.md diff --git a/Dockerfile b/Dockerfile index bc79e1c..327a17d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ FROM quay.io/astronomer/astro-runtime:12.7.1 +RUN cd airflow-mcp-server && pip install -e . RUN cd airflow-wingman && pip install -e . \ No newline at end of file