Skip to content

Commit

Permalink
added airflow.cfg as an external file
Browse files Browse the repository at this point in the history
  • Loading branch information
spr-pat-ryan committed Feb 25, 2021
1 parent 4947b95 commit 89b48e7
Show file tree
Hide file tree
Showing 2 changed files with 1,016 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ ENV AIRFLOW__CORE__LOAD_DEFAULT_CONNECTIONS=False
ENV AIRFLOW__CORE__FERNET_KEY=this-should-be-unique-and-secret
ENV AIRFLOW__WEBSERVER__EXPOSE_CONFIG=True

COPY ./airflow.cfg ${AIRFLOW_HOME}/airflow.cfg

ENTRYPOINT [ "/entrypoint.sh" ]
Loading

0 comments on commit 89b48e7

Please sign in to comment.