Skip to content

Commit

Permalink
The group of embedded DAGs should be root to be OpenShift compatible (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Jul 13, 2020
1 parent d31e8a3 commit 8f6b837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ COPY scripts/prod/clean-logs.sh /clean-logs

ARG EMBEDDED_DAGS="empty"

COPY --chown=airflow:airflow ${EMBEDDED_DAGS}/ ${AIRFLOW_HOME}/dags/
COPY --chown=airflow:root ${EMBEDDED_DAGS}/ ${AIRFLOW_HOME}/dags/

RUN chmod a+x /entrypoint /clean-logs

Expand Down

0 comments on commit 8f6b837

Please sign in to comment.