Skip to content

Commit

Permalink
Fix default AIRFLOW_APPLICATIONS_DIRECTORY_PATH to match location of …
Browse files Browse the repository at this point in the history
…`notebooks` directory (#643)
  • Loading branch information
de-code authored Oct 4, 2024
1 parent 705c3f3 commit b060c5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.airflow
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ RUN if [ "${install_dev}" = "y" ]; then \

ENV PATH /home/airflow/.local/bin:$PATH

RUN mkdir $AIRFLOW_HOME/applications_file_directory
ENV AIRFLOW_APPLICATIONS_DIRECTORY_PATH $AIRFLOW_HOME/applications_file_directory
ENV AIRFLOW_APPLICATIONS_DIRECTORY_PATH $AIRFLOW_HOME

COPY data_science_pipeline ./data_science_pipeline
COPY notebooks ./notebooks
Expand Down

0 comments on commit b060c5e

Please sign in to comment.