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